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

5 lines
200 B
Plaintext

- page_title _("Edit"), @topic.name, _("Topics")
%h1.page-title.gl-font-size-h-display= _('Edit topic: %{topic_name}') % { topic_name: @topic.name }
%hr
= render 'form', url: admin_topic_path(@topic)