From b319da053b979273f91ce5e0a2f8e5f785bd8ef0 Mon Sep 17 00:00:00 2001 From: Wataru Hirayama Date: Thu, 24 Apr 2014 10:30:32 +0900 Subject: [PATCH] Show the number of comments, attachments, versions on the tabs. --- app/views/articles/show.html.erb | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index b4f8bdb..5d017d2 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -47,4 +47,21 @@
<%= @article.summary %>
<% end %> -<%= render_tabs article_tabs %> \ No newline at end of file +<%= render_tabs article_tabs %> + + \ No newline at end of file