Sha256: 092b85889d249d6cbc0bdc1cd7be2fa5cb32ae767e6d5bf5d42aa4aa05884b32
Contents?: true
Size: 585 Bytes
Versions: 17
Compression:
Stored size: 585 Bytes
Contents
# -*- encoding : utf-8 -*- class AddFullWidthLayoutCard < Cardio::Migration::Core LAYOUT = <<-HTML.strip_heredoc <!DOCTYPE HTML> <html> <head> {{*head|core}} </head> <body class="left-sidebar thin-sidebar fluid"> <header>{{*header|core}}</header> <article>{{_main|open}}</article> <aside>{{*sidebar|content}}</aside> <footer>{{*footer|core}}</footer> </body> </html> HTML def up ensure_card "Full Width Layout", type_id: Card::LayoutTypeID, content: LAYOUT end end
Version data entries
17 entries across 17 versions & 1 rubygems