debian-mirror-gitlab/app/views/admin/topics/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
200 B
Text
Raw Normal View History

2021-11-18 22:05:49 +05:30
- page_title _("Edit"), @topic.name, _("Topics")
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display= _('Edit topic: %{topic_name}') % { topic_name: @topic.name }
2021-11-18 22:05:49 +05:30
%hr
= render 'form', url: admin_topic_path(@topic)