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

<%= render 'form' %>