aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/shared/_posts.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/shared/_posts.html.erb')
-rw-r--r--app/views/blog/shared/_posts.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/blog/shared/_posts.html.erb b/app/views/blog/shared/_posts.html.erb
new file mode 100644
index 0000000..4a78334
--- /dev/null
+++ b/app/views/blog/shared/_posts.html.erb
@@ -0,0 +1,8 @@
+<h2><%= t('.other') %></h2>
+<ul id="blog_posts">
+ <% @blog_posts.each do |blog_post| %>
+ <li>
+ <%= link_to blog_post.title, blog_post_url(blog_post) %>
+ </li>
+ <% end %>
+</ul> \ No newline at end of file