aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/_footer.rhtml
blob: 36f3919f00e04bcb1a5a1e21e354d7cd22736e22 (plain)
1
2
3
4
5
6
<div id="footer">
    <%= link_to _("Contact {{site_name}}", :site_name => site_name), help_contact_path %>
| <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>