1
0
Fork 0
MSU-Course-Alerter/app/views/alerts/new.html.erb

5 lines
215 B
Text

<%- model_class = Alert -%>
<div class="page-header">
<h1><%=t '.title', :default => [:'helpers.titles.new', 'New %{model}'], :model => model_class.model_name.human %></h1>
</div>
<%= render :partial => 'form' %>