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

edit.html.haml « broadcast_messages « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63ce08eef8506a83dd5489253749a48669bf344d (plain)
1
2
3
4
5
- add_to_breadcrumbs _("Messages"), admin_broadcast_messages_path
- breadcrumb_title @broadcast_message.id
- page_title _("Broadcast Messages")

#js-broadcast-message{ data: broadcast_message_data(@broadcast_message) }