blob: 5e015c4c737c0a22aff16dd88766e09590ebced7 (
plain)
1
2
3
4
5
6
|
<h2><%=l(:label_news)%></h2>
<% labelled_tabular_form_for :news, @news, :url => { :action => "edit" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>
|