Sha256: 7cb7dde6c3bd5da56734f3d599dbb95640d5fd8693917d7c30a5f0bb6439c387
Contents?: true
Size: 798 Bytes
Versions: 11
Compression:
Stored size: 798 Bytes
Contents
<%= error_messages_for 'elt' %> <div class="eltInfo"> <%= link_to_remote('<<', :empty => 'new_link_'+@elt.parent.id.to_s, :url => { :controller => 'elt', :action => 'new', :id => @elt.parent.id }, :loading => visual_effect(:BlindUp, 'new_link_'+@elt.parent.id.to_s)) %> </div> <!--[form:elt]--> <%= hidden_field 'elt', 'parent_id' %></p> <p style="display:<%= 'none' if @person.name != nil %>"> <label for="person_name">Proposed by</label> <%= text_field 'person', 'name' %> </p> <!-- <p><label for="elt_subject">Title</label><br/> --> <%= text_field 'elt', 'subject' %> <label for="elt_position">Position</label> <%= text_field 'elt', 'position', 'size' => 1, 'align' => 'right' %> <label for="elt_body"></label><br/> <%= text_area 'elt', 'body' %> <!--[eoform:elt]-->
Version data entries
11 entries across 11 versions & 1 rubygems