Sha256: f2093f29714149ee41bc1ffdeb7c7b866b4b99d6fe2e3ddc742a77bdcd0cf1ac
Contents?: true
Size: 876 Bytes
Versions: 1
Compression:
Stored size: 876 Bytes
Contents
%form %p.col_5 %input{:type => 'text'} %p.col_5 %input{:type => 'submit', :value => 'Search'} %table %thead %tr %th Username %th Manager %th Department %th{:colspan => 2, :width => '10%'} Actions %tfoot %tr %td.pagination{:colspan => 4} %span.active.curved 1 %a.curved{:href => '#'} 2 %a.curved{:href => '#'} 3 %a.curved{:href => '#'} 4 %span ... %a.curved{:href => '#'} 100 %tbody - names = ['Philip', 'Claire', 'Thomas', 'Ben', 'Richard', 'Alex'] - departments = ['Development', 'Marketing', 'IT', 'Design'] - (1..15).each do |i| %tr %td= names.sample %td= names.sample %td= departments.sample %td %a.edit{:href => '#'} Edit %td %a.delete{:href => '#'} Delete
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_fu-0.1.0 | app/views/admin_fu/samples/list.html.haml |