Sha256: c32c8e525cc792b56ca3e31b04306fbe7b4132e2c78714dcea56f6df64eace8f

Contents?: true

Size: 413 Bytes

Versions: 17

Compression:

Stored size: 413 Bytes

Contents

<h1>Editing story</h1>

<% form_for @story, :url => iteration_story_path(@iteration, @story) do |f| %>
  <%= f.error_messages %>

  <%= render :partial => 'form', :locals => {:f => f} %>

  <p class="form-navigation">
    <%= link_to 'Show', iteration_story_path(@iteration, @story) %>
    <%= link_to 'Back', iteration_stories_path(@iteration), :class => "back" %>
    <%= f.submit 'Update' %>
  </p>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
branston-0.6.6 lib/branston/app/views/stories/edit.html.erb
branston-0.6.5 lib/branston/app/views/stories/edit.html.erb
branston-0.6.4 lib/branston/app/views/stories/edit.html.erb
branston-0.6.3 lib/branston/app/views/stories/edit.html.erb
branston-0.6.2 lib/branston/app/views/stories/edit.html.erb
branston-0.6.1 lib/branston/app/views/stories/edit.html.erb
branston-0.6.0 lib/branston/app/views/stories/edit.html.erb
branston-0.5.2 lib/branston/app/views/stories/edit.html.erb
branston-0.5.1 lib/branston/app/views/stories/edit.html.erb
branston-0.5.0 lib/branston/app/views/stories/edit.html.erb
branston-0.4.6 lib/branston/app/views/stories/edit.html.erb
branston-0.4.5 lib/branston/app/views/stories/edit.html.erb
branston-0.4.4 lib/branston/app/views/stories/edit.html.erb
branston-0.4.3 lib/branston/app/views/stories/edit.html.erb
branston-0.4.2 lib/branston/app/views/stories/edit.html.erb
branston-0.4.1 lib/branston/app/views/stories/edit.html.erb
branston-0.4.0 lib/branston/app/views/stories/edit.html.erb