Mercurial > hg > soundsoftware-site
annotate .svn/pristine/69/69920dcbdbcd687ac4b06555af482a8e6a1caf3a.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 038ba2d95de8 |
children |
rev | line source |
---|---|
Chris@1296 | 1 <%= error_messages_for @document %> |
Chris@1296 | 2 |
Chris@1296 | 3 <div class="box tabular"> |
Chris@1296 | 4 <p><%= f.select :category_id, DocumentCategory.active.collect {|c| [c.name, c.id]} %></p> |
Chris@1296 | 5 <p><%= f.text_field :title, :required => true, :size => 60 %></p> |
Chris@1296 | 6 <p><%= f.text_area :description, :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> |
Chris@1296 | 7 </div> |
Chris@1296 | 8 |
Chris@1296 | 9 <%= wikitoolbar_for 'document_description' %> |
Chris@1296 | 10 |
Chris@1296 | 11 <% if @document.new_record? %> |
Chris@1296 | 12 <div class="box tabular"> |
Chris@1296 | 13 <p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form', :locals => {:container => @document} %></p> |
Chris@1296 | 14 </div> |
Chris@1296 | 15 <% end %> |