Skip to content

Commit

Permalink
Remove facebook and logout buttons (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianhxy authored Sep 24, 2022
1 parent 1338ff3 commit b390e9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<div id="footer">
<a href="http://autolabproject.com">Autolab Project</a>
<a href="https://autolabproject.com">Autolab Project</a>
&middot; <a href="/contact">Contact</a>
&middot; <a href="https://github.com/autolab/Autolab">GitHub</a>
&middot; <a href="https://www.facebook.com/autolabproject">Facebook</a>
&middot; <%= link_to "Logout", destroy_user_session_path, method: :delete %>

<span class="site_version">v<%= Rails.configuration.site_version %></span>
</div>

0 comments on commit b390e9d

Please sign in to comment.