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

index.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: 010cc493ddfdeadef67fae18e16ccbe40fe86468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- breadcrumb_title _("Messages")
- page_title _("Broadcast Messages")

%h1.page-title.gl-font-size-h-display
  = _('Broadcast Messages')
%p.light
  = _('Use banners and notifications to notify your users about scheduled maintenance, recent upgrades, and more.')

#js-broadcast-messages{ data: {
  page: params[:page] || 1,
  target_access_level_options: target_access_level_options.to_json,
  messages_count: @broadcast_messages.total_count,
  messages: admin_broadcast_messages_data(@broadcast_messages) } }