Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « topics « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73796949e390e2ec47eb3d02932cd3b3d82c244c (plain)
1
2
3
4
- 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)