Sha256: 6c1a7278bf9f6ec0ed2a5d1624a1398e016d02c0d71bdb8bc6f55cd5329487c7

Contents?: true

Size: 343 Bytes

Versions: 11

Compression:

Stored size: 343 Bytes

Contents

- @layouts.each do |layout|
  %article.layout-example
    %h2.h3= layout[1]
    %figure
      = image_tag "layouts/#{layout[0]}.png"
    %ul.action-list
      %li= link_to 'View Example', grid_layout_path( layout[0] ), class: "small green btn"
      %li= link_to 'View HAML', grid_layout_path( layout[0], :haml), class: "small blue btn"
  %hr

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
plinth-0.0.1.beta.4 app/views/grids/layouts.html.haml
sb-styleguide-1.2.2 app/views/grids/layouts.html.haml
sb-styleguide-1.2.1 app/views/grids/layouts.html.haml
sb-styleguide-1.2.0 app/views/grids/layouts.html.haml
plinth-0.0.1.beta.3 app/views/grids/layouts.html.haml
plinth-0.0.1.beta.2 app/views/grids/layouts.html.haml
plinth-0.0.1.beta.1 app/views/grids/layouts.html.haml
plinth-0.0.1.pre app/views/grids/layouts.html.haml
sb-styleguide-1.1.0 app/views/grids/layouts.html.haml
sb-styleguide-1.0.1 app/views/grids/layouts.html.haml
sb-styleguide-1.0.0 app/views/grids/layouts.html.haml