aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/common/_sidebar_module.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/common/_sidebar_module.html.erb b/app/views/common/_sidebar_module.html.erb
index 73554b7..c5bc5c9 100644
--- a/app/views/common/_sidebar_module.html.erb
+++ b/app/views/common/_sidebar_module.html.erb
@@ -4,6 +4,7 @@
<%- modules[c].each do |item| %>
<h2><%= link_to(item.title, item.friendly_id) %></h2>
<div><%= item.body %></div>
+ <div><%= link_to(t('read_more'), item.friendly_id) %></div>
<% end %>
</div>
<% end -%>