5 lines
217 B
Text
5 lines
217 B
Text
<%- model_class = Alert -%>
|
|
<div class="page-header">
|
|
<h1><%=t '.title', :default => [:'helpers.titles.edit', 'Edit %{model}'], :model => model_class.model_name.human %></h1>
|
|
</div>
|
|
<%= render :partial => 'form' %>
|