Sha256: 233d2f54c33508d6d36b4ca807f176c42afcfa27c7b687899373552063b89ffd

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

<h1>Editing source</h1>

<%= semantic_form_for(@source) do |f| %>
  <%= f.inputs do %>
    <%= f.input :url %>
    <%= f.input :reimport, :label => "Re-import?" %>
  <% end %>
  <%= f.actions :submit %>
<% end %>

<%= link_to 'Show', @source %> |
<%= link_to 'Back', sources_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
calagator-1.0.0.rc2 app/views/calagator/sources/edit.html.erb
calagator-1.0.0.rc1 app/views/calagator/sources/edit.html.erb
calagator-0.0.1.pre1 app/views/calagator/sources/edit.html.erb