Newer
Older
dmpopidor / app / views / super_admin / notifications / edit.html.erb
@Brian Riley Brian Riley on 7 Sep 2018 247 bytes Remove old JS form validations (#1867)
<% title _('Editing Notification') %>
<h2>
   <%= _('Editing Notification') %>
   <%= link_to(_('View all notifications'), super_admin_notifications_path,
       class: 'btn btn-default pull-right', role: 'button') %>
 </h2>

<%= render 'form' %>