Mercurial > hg > soundsoftware-site
annotate .svn/pristine/14/14f249183ef33935d6a7aa11b5f44b945eb0da01.svn-base @ 1613:90bed4e10cc8 deploy
Download file link
author | Chris Cannam |
---|---|
date | Wed, 30 Aug 2017 17:24:37 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 <%= error_messages_for 'document' %> |
Chris@909 | 2 <div class="box"> |
Chris@909 | 3 <!--[form:document]--> |
Chris@909 | 4 <p><label for="document_category_id"><%=l(:field_category)%></label> |
Chris@909 | 5 <%= select('document', 'category_id', DocumentCategory.active.collect {|c| [c.name, c.id]}) %></p> |
Chris@909 | 6 |
Chris@909 | 7 <p><label for="document_title"><%=l(:field_title)%> <span class="required">*</span></label> |
Chris@909 | 8 <%= text_field 'document', 'title', :size => 60 %></p> |
Chris@909 | 9 |
Chris@909 | 10 <p><label for="document_description"><%=l(:field_description)%></label> |
Chris@909 | 11 <%= text_area 'document', 'description', :cols => 60, :rows => 15, :class => 'wiki-edit' %></p> |
Chris@909 | 12 <!--[eoform:document]--> |
Chris@909 | 13 </div> |
Chris@909 | 14 |
Chris@909 | 15 <%= wikitoolbar_for 'document_description' %> |