summaryrefslogtreecommitdiff
path: root/app/views/content
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
committerhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
commitf919497c2b590402c3cbd7744097a9bd32b70afd (patch)
tree94961500f507a7cceec67868fe042755d94151d8 /app/views/content
parent3c631738935199aba050223bac50416b299e16c5 (diff)
added tag resource, widget and auxillary files
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 0000000..8012796
--- /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