##// END OF EJS Templates
* news rss feed added...
* news rss feed added * "header_tags" block added to allow inclusion of page specific tags in the html header (stylesheets, javascripts, feeds...) git-svn-id: http://redmine.rubyforge.org/svn/trunk@121 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r118:58f8a23d58c5
Show More
new.rhtml
6 lines | 201 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_issue_status_new)%></h2>
<%= start_form_tag({:action => 'create'}, :class => "tabular") %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_create) %>
<%= end_form_tag %>