aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/common
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-10-20 22:32:19 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-10-20 22:32:19 +0200
commit2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469 (patch)
tree6bc8d0adb0ef88d11ab9a724b8c612dc6a96b80e /app/views/common
parent05db001fe9211d66d2ee02484635af478a308ccc (diff)
downloadhmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.tar.gz
hmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.tar.bz2
hmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.zip
Basic simple styling.
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_left_sidebar.html.erb3
-rw-r--r--app/views/common/_right_sidebar.html.erb3
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/common/_left_sidebar.html.erb b/app/views/common/_left_sidebar.html.erb
new file mode 100644
index 0000000..72f83bb
--- /dev/null
+++ b/app/views/common/_left_sidebar.html.erb
@@ -0,0 +1,3 @@
+<div id="left_sidebar">
+No content yet, but that will hopefully change soon!
+</div>
diff --git a/app/views/common/_right_sidebar.html.erb b/app/views/common/_right_sidebar.html.erb
new file mode 100644
index 0000000..1707324
--- /dev/null
+++ b/app/views/common/_right_sidebar.html.erb
@@ -0,0 +1,3 @@
+<div id="right_sidebar">
+No content yet, but that will hopefully change soon!
+</div>