Sha256: 51ac9141f380af59f91eb0ca582d3b080f51861f46c49b82bbaa00e4606fb66f

Contents?: true

Size: 313 Bytes

Versions: 7

Compression:

Stored size: 313 Bytes

Contents

<div class="notee_main">
  <h2>Category List</h2>
  <% @categories.each do |key, category_array| %>
      <div class="notee_list">
        <a href="/categories/<%= category_array[1].slug %>">
          <h3><%= category_array[1].name %> (<%= category_array[0] %>)</h3>
        </a>
      </div>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
notee-1.1.2.3 lib/tasks/views/notee/categories.html.erb
notee-1.1.2.2 lib/tasks/views/notee/categories.html.erb
notee-1.1.2.1 lib/tasks/views/notee/categories.html.erb
notee-1.1.2 lib/tasks/views/notee/categories.html.erb
notee-1.1.1 lib/tasks/views/notee/categories.html.erb
notee-1.1.0 lib/tasks/views/notee/categories.html.erb
notee-1.0.8 lib/tasks/views/notee/categories.html.erb