Sha256: 07be9d8254976529fc4e63d9655a90f42765163cfebe8c23081f5769fbbf76ee

Contents?: true

Size: 874 Bytes

Versions: 5

Compression:

Stored size: 874 Bytes

Contents

<% content_for(:admin) do %>
  <ul>
    <li class="first"><%= link_to 'New Article', new_article_url %></li>
    <li><%= link_to 'Pages', pages_url %></li>
    <li><%= link_to 'New Page', new_page_url %></li>
    <li class="last"><%= link_to 'Logout', logout_url %></li>
  </ul>
<% end %>

<% content_for(:head) do %>
  <%= stylesheet_link_tag 'articles' %>
  <%= auto_discovery_link_tag(:atom, articles_url(:format => 'atom')) %>
  <%= render :partial => 'home/head/index' %>
<% end %>

<% content_for(:scripts) do %>
  <%= render :partial => 'shared/disqus' %>
  <%= render :partial => 'home/scripts/index' %>
<% end %>

<div class="right">
  <%=  render :partial => 'articles/article', :collection => @recent_articles, :locals => { :summary => true } %>
  <p>
    View all articles in the <%= link_to 'archives', articles_url %>.
  </p>
</div>
<br style="clear: both;" />

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubbub-0.0.11 lib/app/views/home/index.html.erb
hubbub-0.0.10 lib/app/views/home/index.html.erb
hubbub-0.0.9 lib/app/views/home/index.html.erb
hubbub-0.0.8 lib/app/views/home/index.html.erb
hubbub-0.0.6 lib/app/views/home/index.html.erb