Mercurial > hg > soundsoftware-site
annotate .svn/pristine/69/69920dcbdbcd687ac4b06555af482a8e6a1caf3a.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
rev | line source |
---|---|
Chris@1295 | 1 <%= error_messages_for @document %> |
Chris@1295 | 2 |
Chris@1295 | 3 <div class="box tabular"> |
Chris@1295 | 4 <p><%= f.select :category_id, DocumentCategory.active.collect {|c| [c.name, c.id]} %></p> |
Chris@1295 | 5 <p><%= f.text_field :title, :required => true, :size => 60 %></p> |
Chris@1295 | 6 <p><%= f.text_area :description, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> |
Chris@1295 | 7 </div> |
Chris@1295 | 8 |
Chris@1295 | 9 <%= wikitoolbar_for 'document_description' %> |
Chris@1295 | 10 |
Chris@1295 | 11 <% if @document.new_record? %> |
Chris@1295 | 12 <div class="box tabular"> |
Chris@1295 | 13 <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form', :locals => {:container => @document} %></p> |
Chris@1295 | 14 </div> |
Chris@1295 | 15 <% end %> |