about summary refs log tree commit diff stats
path: root/.gitmodules
blob: e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 (plain) (blame)

color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
- title "Links"
%table#entries
  %tr
    %th Title
    %th Date created
    %th
  - @links.each do |link|
    %tr{ class: cycle("even", "odd") }
      %td= link.title
      %td= link.created_at.strftime("%B %d, %Y, %l:%M%P")
      %td
        %ul.admin-actions
          %li= link_to "Edit", edit_admin_link_url(link)
          %li= link_to "Show", link.url