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

10 lines
379 B
Text
Raw Normal View History

2018-11-08 19:23:39 +05:30
- add_to_breadcrumbs _("Snippets"), project_snippets_path(@project)
2018-03-17 18:26:18 +05:30
- breadcrumb_title @snippet.to_reference
2018-11-08 19:23: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
2015-09-25 12:07:36 +05:30
2014-09-02 18:07:02 +05:30
%h3.page-title
2018-11-08 19:23:39 +05:30
= _("Edit Snippet")
2014-09-02 18:07:02 +05:30
%hr
2017-09-10 17:25:29 +05:30
= render "shared/snippets/form", url: project_snippet_path(@project, @snippet)