This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
ca1deb9e5e
gitlab-org--gitlab-foss
/
app
/
views
/
admin
/
labels
/
new.html.haml
6 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
i18n: externalize strings from 'app/views/admin/labels' Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-16 00:51:09 -04:00
- page_title _("New Label")
Use consistent casing for page titles
2015-12-02 08:27:29 -05:00
%h3.page-title
i18n: externalize strings from 'app/views/admin/labels' Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-16 00:51:09 -04:00
= _('New Label')
CRUD for admin labels
2015-09-03 08:50:23 -04:00
%hr
= render 'form'
Copy permalink