Sha256: 44f9de8b605761baee4ec37a25fa7a60c1c661086f73043d41cd8adf7fed3372

Contents?: true

Size: 298 Bytes

Versions: 14

Compression:

Stored size: 298 Bytes

Contents

<fieldset>
  <%= f.input :key %>  
  <%= f.input :text, as: :text, input_html: {style: 'width: 500px; height:50px;'} %>

  <%= f.check_box :_destroy %>
  <%= f.label :_destroy, t('general.destroy') %>
  
  <%= link_to t('general.remove'), '#', class: 'remove_fields' %>
</fieldset>

<hr/>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/stories/_column_fields.html.erb
voluntary-0.7.0 app/views/stories/_column_fields.html.erb
voluntary-0.6.0 app/views/stories/_column_fields.html.erb
voluntary-0.5.2 app/views/stories/_column_fields.html.erb
voluntary-0.5.1 app/views/stories/_column_fields.html.erb
voluntary-0.5.0 app/views/stories/_column_fields.html.erb
voluntary-0.4.0 app/views/stories/_column_fields.html.erb
voluntary-0.3.0 app/views/stories/_column_fields.html.erb
voluntary-0.2.4 app/views/stories/_column_fields.html.erb
voluntary-0.2.3 app/views/stories/_column_fields.html.erb
voluntary-0.2.2 app/views/stories/_column_fields.html.erb
voluntary-0.2.1 app/views/stories/_column_fields.html.erb
voluntary-0.2.0 app/views/stories/_column_fields.html.erb
voluntary-0.1.0 app/views/stories/_column_fields.html.erb