Sha256: 5913b32a505ea5fa8b1f91c4491763af8edb52bba7a8d96b850409724e25bee8
Contents?: true
Size: 834 Bytes
Versions: 2
Compression:
Stored size: 834 Bytes
Contents
<% if signed_in? %> <div class="row"> <aside class="span3"> <section class="row well"> <div class="user_info"> <%= render 'shared/user_info' %> </div> <div class="user_info"> <%= render 'shared/notifies' %> </div> </section> </aside> <div class="span5"> <h3><%= t("activities.title") %></h3> <%= render 'shared/calendar' %> </div> <div class="span4"> <h3><%= t("home.feed") %></h3> <%= render 'shared/feed' %> </div> </div> <% else %> <div class="center hero-unit"> <h1><%= title %></h1> <h2> Error </h2> <%= link_to "Sign in now!", signin_path, class: "btn btn-large btn-primary" %> </div> <%= link_to image_tag("rails.png", alt: "Rails"), 'http://rubyonrails.org/' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | app/views/static_pages/home.html.erb |
guara-0.0.1.rc | app/views/static_pages/home.html.erb |