BigW Consortium Gitlab

index.html.haml 470 Bytes
Newer Older
Valery Sizov committed
1 2 3
%header.page-header
  %h1 Your authorized applications
%main{:role => "main"}
Douwe Maan committed
4 5 6
  .table-holder
    %table.table.table-striped
      %thead
Valery Sizov committed
7
        %tr
Douwe Maan committed
8 9 10 11 12 13 14 15 16 17
          %th Application
          %th Created At
          %th
          %th
      %tbody
        - @applications.each do |application|
          %tr
            %td= application.name
            %td= application.created_at.strftime('%Y-%m-%d %H:%M:%S')
            %td= render 'delete_form', application: application