Sha256: 29d1f01696814666c0b46b1b0a1be80d54167faf4e75dbbe5742ab32040fefb3

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 Bytes

Contents

<ol class="step_indicator">
  <li class="<%= "selected" if step==1%>">
    <span class="step_number">1</span>
    <span class="step_description"><%= t('.step_1') %></span>
  </li>
  <li class="<%= "selected" if step==2%>">
    <span class="step_number">2</span>
    <span class="step_description"><%= t('.step_2') %></span>
  </li>
  <li class="<%= "selected" if step==3%>">
    <span class="step_number">3</span>
    <span class="step_description"><%= t('.step_3') %></span>
  </li>
</ol>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cartoset-0.0.2 app/views/setup/_step_indicator.erb
cartoset-0.0.1 app/views/setup/_step_indicator.erb