Sha256: 7d434003619cf983d9941cb0debac3339597e0b5610e0789cd6d79f9d9ede0b9

Contents?: true

Size: 780 Bytes

Versions: 14

Compression:

Stored size: 780 Bytes

Contents

%script{ :'data-template' => 'entryIndex', :type => 'text/js-template' }
  .header
    %h1
      %span.type <%= entries.parent.index_label() %>
      %strong <%= entries.locus().escape('label') %>
    .toolbar
  .body
    #items
      %ul.block-list.entries
        <% entries.each(function(entry) { %>
        %li.entry.item
          %h3
            :plain
              <a href="<%= entry.hash_path() %>/edit" class="title" title="edit “<%= entry.label() %>”"><%= entry.label() %></a>
          <% if (entry.get('updated_at')) { %>
          %dl.meta
            %dt.date Updated
            %dd.date
              :plain
                <abbr class="timeago" title="<%= entry.get('updated_at') %>"><%= entry.get('updated_at') %></abbr>
          <% } %>
        <% }); %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
c2-0.1.13 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.12 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.11 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.10 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.9 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.8 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.7 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.6 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.5 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.4 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.3 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.2 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.1 app/views/c2/informant/app/_entry_index.html.haml
c2-0.1.0 app/views/c2/informant/app/_entry_index.html.haml