summaryrefslogtreecommitdiff
path: root/app/views/custom_templates
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-02-28 13:34:23 +0100
committerhukl <contact@smyck.org>2009-02-28 13:34:23 +0100
commitbd9067272e1bd5a8651c5b9fa66881782406c54c (patch)
treecb9bb1961ab4b376636eb6b3e76312991b125c89 /app/views/custom_templates
parentcc74db30d930b0eaaf0ac29b19ddd452ea0c1462 (diff)
added custom partials to aggregators, added test and refactored some methods
Diffstat (limited to 'app/views/custom_templates')
-rw-r--r--app/views/custom_templates/partials/_sidebar_title_only.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/custom_templates/partials/_sidebar_title_only.html.erb b/app/views/custom_templates/partials/_sidebar_title_only.html.erb
new file mode 100644
index 00000000..819d9aed
--- /dev/null
+++ b/app/views/custom_templates/partials/_sidebar_title_only.html.erb
@@ -0,0 +1,3 @@
1<h2 class="sidebar_headline">
2 <%= page.title %>
3</h2> \ No newline at end of file