##// END OF EJS Templates
German Translation updated by Daniel Felix (#12237)...
German Translation updated by Daniel Felix (#12237) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10763 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10217:ca4f2c59b647
r10541:1fc324b74c08
Show More
edit.html.erb
12 lines | 447 B | text/plain | TextLexer
<h2><%=l(:label_news)%></h2>
<%= labelled_form_for @news, :html => { :id => 'news-form', :multipart => true, :method => :put } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<%= preview_link preview_news_path(:project_id => @project, :id => @news), 'news-form' %>
<% end %>
<div id="preview" class="wiki"></div>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>
<% end %>