aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/general/_footer.html.erb
blob: 3ec4f40e62fb6fb9bfde68a9ea83882ddd518ac5 (plain)
1
2
3
4
5
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/<%= AlaveteliConfiguration::twitter_username %>"><%= _("Follow us on twitter") %></a>
<%= render :partial => 'general/credits' %>
</div>
<div class="after-footer">&nbsp;</div>