gitlab-org--gitlab-foss/app/views/admin/topics/edit.html.haml

5 lines
177 B
Plaintext

- page_title _("Edit"), @topic.name, _("Topics")
%h3.page-title= _('Edit topic: %{topic_name}') % { topic_name: @topic.name }
%hr
= render 'form', url: admin_topic_path(@topic)