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

9 lines
229 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2018-12-05 23:21:45 +05:30
- add_to_breadcrumbs "Snippets", dashboard_snippets_path
- breadcrumb_title "New"
2015-09-11 14:41:01 +05:30
- page_title "New Snippet"
2014-09-02 18:07:02 +05:30
%h3.page-title
2015-12-23 02:04:40 +05:30
New Snippet
2014-09-02 18:07:02 +05:30
%hr
2017-08-17 22:00:37 +05:30
= render "shared/snippets/form", url: snippets_path(@snippet)