Sha256: 3c81157ebee9cc5dfca423be7d8f3f029572cd621ff3bf05c6e4e9367ce529e6

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 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', dashboard_index_path, :class => "btn btn-large btn-primary" %>

<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
curate-0.2.0 app/views/welcome/index.html.erb
curate-0.1.3 app/views/welcome/index.html.erb
curate-0.1.2 app/views/welcome/index.html.erb