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

10 lines
249 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
2019-02-15 15:39:39 +05:30
- page_title _("New Snippet")
2018-12-13 13:39:08 +05:30
2019-07-31 22:56:46 +05:30
.page-title-holder.d-flex.align-items-center
2018-12-13 13:39:08 +05:30
%h1.page-title= _('New Snippet')
.prepend-top-default
= render "shared/snippets/form", url: snippets_path(@snippet)