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