##// END OF EJS Templates
Rails3: helper: use html_safe at simple_format_without_paragraph of ApplicationHelper...
Rails3: helper: use html_safe at simple_format_without_paragraph of ApplicationHelper git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7585 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3983:bd193a026df0
r7465:55f10b90f4ba
Show More
new.html.erb
6 lines | 248 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_version_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Eric Davis
Refactor: convert VersionsController to a REST resource....
r3983 <% labelled_tabular_form_for :version, @version, :url => project_versions_path(@project) do |f| %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= render :partial => 'versions/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
Eric Davis
Refactor: split VersionsController#new into #new and #create...
r3976 <% end %>