hoshinotsuyoshi/s3_explorer

View on GitHub
app/views/buckets/index.html.slim

Summary

Maintainability
Test Coverage
table
  thead
    tr
      th

  tbody
    - @buckets.each do |bucket|
      tr
        td
          i.fa.fa-square-o aria-hidden=true
          span  
          = link_to bucket.name, bucket_path(bucket)