Newer
Older
dmpopidor / app / views / branded / super_admin / notifications / edit.html.erb
<% title _('Editing Notification') %>
<div class="row super-admin">
  <div class="col-xs-12">
    <h1 class="fontsize-h2">
      <%= _('Editing Notification') %>
      <%= link_to(_('View all notifications'), super_admin_notifications_path,
          class: 'btn btn-default pull-right', role: 'button') %>
    </h1>
  </div>
</div>
<div class="row super-admin">
 <div class="col-xs-12">
    <%= render 'form' %>
  </div>
</div>