Sha256: a3f120e32c685933a9417485f3ffbb4a416300d740389af114f65bd188504987
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 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_welcome_path, :class => "btn btn-large btn-primary" %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curate-0.3.2 | app/views/welcome/index.html.erb |
curate-0.3.1 | app/views/welcome/index.html.erb |