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

8 lines
259 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- page_title _("Edit"), "#{@snippet.title} (#{@snippet.to_reference})", _("Snippets")
2020-03-13 15:44:24 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2019-02-15 15:39:39 +05:30
2014-09-02 18:07:02 +05:30
%h3.page-title
2019-02-15 15:39:39 +05:30
= _("Edit Snippet")
2014-09-02 18:07:02 +05:30
%hr
2020-01-01 13:55:28 +05:30
= render 'shared/snippets/form', url: gitlab_snippet_path(@snippet)