Sha256: 1f01daf5dae8caa2039ec641003bd7901904054932671a94a5e327bd6fd96dc6

Contents?: true

Size: 409 Bytes

Versions: 21

Compression:

Stored size: 409 Bytes

Contents

<!-- outcomes/_outcomes.html.erb -->
  <div>
    <%= link_to_remote 'Add outcome', {:url => new_outcome_path(:scenario_id => @scenario.id), :method => 'GET'}, :class => "add-small" %>
    <% unless @outcomes.nil? or @outcomes.empty? -%>
    <ol>
    <% @outcomes.each do |outcome| -%>
      <% @outcome = outcome -%>
      <%= render :partial => "outcome" %>
    <% end -%>
    </ol>
    <% end -%>
  </div>

Version data entries

21 entries across 21 versions & 1 rubygems

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