debian-mirror-gitlab/app/views/snippets/new.html.haml

10 lines
220 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2018-12-13 13:39:08 +05:30
- @hide_breadcrumbs = true
2015-09-11 14:41:01 +05:30
- page_title "New Snippet"
2018-12-13 13:39:08 +05:30
.page-title-holder
%h1.page-title= _('New Snippet')
.prepend-top-default
= render "shared/snippets/form", url: snippets_path(@snippet)