summaryrefslogtreecommitdiff
path: root/app/views/content
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/content')
-rw-r--r--app/views/content/_tags.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/content/_tags.html.erb b/app/views/content/_tags.html.erb
new file mode 100644
index 00000000..8012796f
--- /dev/null
+++ b/app/views/content/_tags.html.erb
@@ -0,0 +1,8 @@
1<div id="frontpage_calendar">
2 <h2>Tags</h2>
3 <ul class="teasertext">
4 <% @page.tags.each do |tag| %>
5 <li><%= link_to tag.name, tag_path(:id => tag.name) %></li>
6 <% end %>
7 </ul>
8</div> \ No newline at end of file