Sha256: 71a209e56ccdfdf6891de34cc1cb46f2244e933311cb880ddd86b4850835cf8a

Contents?: true

Size: 679 Bytes

Versions: 13

Compression:

Stored size: 679 Bytes

Contents

.page-header
  %h1 
    List
    %small Audios
%table.table.table-striped.table-bordered
  %colgroup{ :width => '60%' }
  %colgroup{ :width => '20%' }
  %colgroup{ :width => '20%' }
  - @audios.each do |audio|
    %tr
      %th= audio.name
      %td= audio.file_extension
      %td= number_to_human_size audio.file_size
      %td= link_to 'Show', audio_path(audio), :class => 'btn btn-info'
      %td= link_to 'Edit', edit_audio_path(audio), :class => 'btn btn-warning'
      %td= link_to 'Destroy', audio_path(audio), :method => :delete, :class => 'btn btn-danger'

%p
  = link_to 'New', new_audio_path, :class => 'btn btn-primary'
  = link_to 'Back', root_path, :class => 'btn'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
attached-1.0.4 test/dummy/app/views/audios/index.html.haml
attached-1.0.3 test/dummy/app/views/audios/index.html.haml
attached-1.0.2 test/dummy/app/views/audios/index.html.haml
attached-1.0.1 test/dummy/app/views/audios/index.html.haml
attached-1.0.0 test/dummy/app/views/audios/index.html.haml
attached-0.6.0 test/dummy/app/views/audios/index.html.haml
attached-0.5.9 test/dummy/app/views/audios/index.html.haml
attached-0.5.8 test/dummy/app/views/audios/index.html.haml
attached-0.5.7 test/dummy/app/views/audios/index.html.haml
attached-0.5.6 test/dummy/app/views/audios/index.html.haml
attached-0.5.5 test/dummy/app/views/audios/index.html.haml
attached-0.5.4 test/dummy/app/views/audios/index.html.haml
attached-0.5.3 test/dummy/app/views/audios/index.html.haml