Mercurial > hg > soundsoftware-site
comparison .svn/pristine/5f/5fbae84ddde0b5d635afc3dba2982bc30a93d66e.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <%= error_messages_for @news %> | |
2 | |
3 <div class="box tabular"> | |
4 <p><%= f.text_field :title, :required => true, :size => 60 %></p> | |
5 <p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p> | |
6 <p><%= f.text_area :description, :required => true, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> | |
7 <p id="attachments_form"><label><%= l(:label_attachment_plural) %></label><%= render :partial => 'attachments/form', :locals => {:container => @news} %></p> | |
8 </div> | |
9 | |
10 <%= wikitoolbar_for 'news_description' %> |