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

10 lines
223 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
2018-12-23 12:14:25 +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)