Sha256: a4cb0d1b9853cabb1408dbd43b02269bbb322a4ceddc8c9b2b62fa64b079c371

Contents?: true

Size: 461 Bytes

Versions: 21

Compression:

Stored size: 461 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
branston-0.3.2 lib/branston/app/views/preconditions/_preconditions.html.erb