Newer
Older
dmpopidor / app / views / super_admin / themes / new.html.erb
@Brian Riley Brian Riley on 7 Sep 2018 187 bytes Remove old JS form validations (#1867)
<h2>
  <%= _("New theme") %>
  <%= link_to(_('View all themes'), super_admin_themes_path,
      class: 'btn btn-default pull-right', role: 'button') %>
</h2>
<%= render partial: 'form' %>