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: 4416bb0fe18367f1b7235e5e79259845ec4f270a (plain)
1
2
3
4
- 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)