aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/_footer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/general/_footer.html.erb')
-rw-r--r--app/views/general/_footer.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/general/_footer.html.erb b/app/views/general/_footer.html.erb
new file mode 100644
index 000000000..ab5ab2c47
--- /dev/null
+++ b/app/views/general/_footer.html.erb
@@ -0,0 +1,6 @@
+<div id="footer">
+ <%= link_to _("Contact {{site_name}}", :site_name => site_name), help_contact_url %>
+| <img src="/images/twitter-16.png" alt="twitter icon" class="twitter-icon"> <a href="https://twitter.com/<%= Configuration::twitter_username %>"><%= _("Follow us on twitter") %></a>
+<%= render :partial => 'general/credits' %>
+</div>
+<div class="after-footer">&nbsp;</div>