Sha256: ccd04b869f63129f6dde1f5e6f2f96a90aaf29bfcd49bded89ee16849a2882fd
Contents?: true
Size: 583 Bytes
Versions: 48
Compression:
Stored size: 583 Bytes
Contents
# -*- encoding : utf-8 -*- class AddFullWidthLayoutCard < Card::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
48 entries across 48 versions & 1 rubygems