Sha256: 53c2dc6f56964af89793e08a7cb83cf6c9570d5104b145a7c66f81336f31fb11

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

<% content_for :page_title, construct_page_title('Welcome') %>
<% content_for :page_class, 'home' %>
<% content_for :page_header do %>

<h2>What is <%=t('sufia.product_name')%>?</h2>

<% end %>

<% content_for :left_column_class, 'span5' %>
<% content_for :left_column do %>

<%= render '/catalog/home_text' %>

<% end %>

<% content_for :right_column_class, 'span7 emphatic-action-area' %>
<% content_for :right_column do %>

  <%= link_to 'Get Started', new_classify_concern_path, :class => "btn btn-large btn-primary" %>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
curate-0.1.1 app/views/welcome/index.html.erb
curate-0.1.0 app/views/welcome/index.html.erb