Sha256: de605b8754c1819d3386786a77c6f755f665929dcc704eb3c7c4b988f8fe46e5

Contents?: true

Size: 600 Bytes

Versions: 1

Compression:

Stored size: 600 Bytes

Contents

.uc-table-wrapper
  %table.uc-table.uc-table--unsorted
    %col.uc-table__col--auto
    %col.uc-table__col--small
    %col.uc-table__col--medium
    %col.uc-table__col--large
    %col.uc-table__col--x-large
    %col.uc-table__col--xxxx-large
    %thead
      %tr
        %th Auto-sized Column
        %th Sml
        %th Med
        %th Large
        %th X-Large
        %th XX-Large
    %tbody
      - 3.times do
        %tr
          - text = "Salted Caramel Brownie; Toffee; Marzipan; Chocolate; Gingerbread; Ice cream chocolate cake;"
          - text.split(';').each do |t|
            %td #{t}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
undercase-0.2.57 app/views/undercase/patterns/_tables_unsorted.html.haml