Sha256: da0cfbf00a4483d2db3c3eda3a6344d89f78a74e1706cd6f0ec2203d73a096ae
Contents?: true
Size: 285 Bytes
Versions: 3
Compression:
Stored size: 285 Bytes
Contents
<% title "Welcome to the News section of our site" %> <% if logged_in? %><p><%= link_to "Hello, click here to create a new article", new_post_path %></p><% end %> <% for post in @posts %> <%= render :partial => "partials/list_post", :locals=>{:post => post} %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems