Sha256: 3b9b70c128af4bbe18e0ad97d7b52bb6e85463dd899861aa0e0c9d431cb355df

Contents?: true

Size: 519 Bytes

Versions: 4

Compression:

Stored size: 519 Bytes

Contents

<%
  # initialize a new row
  main_row = cell(:elements, :row).new
  # initialize a new block
  main_block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
  # initialize block title
  main_block_title = cell(:elements, :title).new(label: "Welcome to this Lato sample page", size: 2)
%>

<!-- MAIN ROW -->
<%=raw main_row.open %>
  <!-- MAIN BLOCK -->
  <%=raw main_block.open %>

    <%=raw main_block_title %>

  <%=raw main_block.close %>
  <!-- / MAIN BLOCK -->
<%=raw main_row.close %>
<!-- / MAIN ROW -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_core-2.2.2 lib/generators/lato_core/templates/initializer/views/application/index.html.erb
lato_core-2.2.0 lib/generators/lato_core/templates/initializer/views/application/index.html.erb
lato_core-2.1.4 lib/generators/lato_core/templates/initializer/views/application/index.html.erb
lato_core-2.1.3 lib/generators/lato_core/templates/initializer/views/application/index.html.erb