Sha256: 587738d1e2576b4e0e2b62ed49ac7ee0ab9f3851794022e583a14dd08d1893d8
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
<%= simple_form_for(@task, url: @task.new_record? ? tasks_path : task_path(@task), as: :task, html: {class: 'form-vertical', style: 'margin-bottom:15px;'}) do |f| %> <%= f.input :name %> <%= f.input :text, as: :text %> <%= f.button :submit %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
voluntary-0.7.1 | app/views/tasks/_form.html.erb |
voluntary-0.7.0 | app/views/tasks/_form.html.erb |