##// END OF EJS Templates
fix redmine_plugin generator output in USAGE...
fix redmine_plugin generator output in USAGE git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10287 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9848:ff68fff80ed1
r10104:6e21342c6005
Show More
edit.html.erb
12 lines | 433 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_news)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= labelled_form_for @news, :html => { :id => 'news-form', :multipart => true, :method => :put } do |f| %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
Adds a helper for preview links....
r9848 <%= preview_link preview_news_path(:project_id => @project), 'news-form' %>
Jean-Philippe Lang
ProjectsController#add_news moved to NewsController#new....
r1097 <% end %>
<div id="preview" class="wiki"></div>
Eric Davis
Add scm.css to news pages to allow proper syntax highlighting. #6270...
r3993
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<% end %>