Sha256: b53679746db819b5f78801e5abbdc170300f102dd185525296ace77ca285b34c

Contents?: true

Size: 335 Bytes

Versions: 9

Compression:

Stored size: 335 Bytes

Contents

<nav class="sg-box h-spacing-below">
  <h3 class="t-heading -size-m">Scenarios:</h3>
  <ul class="t-list -style-decimal">
    <% view.visible_scenarios.each do |scenario_id, scenario| %>
      <li class="t-body h-m0">
        <%= link_to scenario.name, "##{scenario_id}", :class => 't-link' %>
      </li>
    <% end %>
  </ul>
</nav>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
guide-0.8.0 app/views/guide/nodes/_scenario_list.html.erb
guide-0.7.0 app/views/guide/nodes/_scenario_list.html.erb
guide-0.6.1 app/views/guide/nodes/_scenario_list.html.erb
guide-0.6.0 app/views/guide/nodes/_scenario_list.html.erb
guide-0.5.0 app/views/guide/nodes/_scenario_list.html.erb
guide-0.4.1 app/views/guide/nodes/_scenario_list.html.erb
guide-0.4.0 app/views/guide/nodes/_scenario_list.html.erb
guide-0.3.2 app/views/guide/nodes/_scenario_list.html.erb
guide-0.3.1 app/views/guide/nodes/_scenario_list.html.erb