##// END OF EJS Templates
Add 'Author' to the available columns for the issue list....
Add 'Author' to the available columns for the issue list. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1110 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r1096:b124501a4e82
Show More
edit.rhtml
5 lines | 213 B | text/html+ruby | RhtmlLexer
<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 %>