Sha256: b352c4e8253e1a5f6525206bc1c26dd9c49e7e1311860ba4c0c877c5834e18d9

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

<ul class="nav nav-pills">
  <li role="presentation" class="<%= current_page?(story_tasks_path(@story)) ? 'active' : '' %>">
    <%= link_to t('general.list'), story_tasks_path(@story) %>
  </li>
  <li role="presentation" class="<%= current_page?(calendar_story_tasks_path(@story)) ? 'active' : '' %>">
    <%= link_to t('general.calendar'), calendar_story_tasks_path(@story) %>
  </li>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
voluntary_classified_advertisement-0.3.1 app/views/classified_advertisement/tasks/_navigation.html.erb
voluntary_classified_advertisement-0.3.0 app/views/classified_advertisement/tasks/_navigation.html.erb