Skip to content

Commit

Permalink
Add links to related pages in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Sep 20, 2015
1 parent 9c3a5e2 commit d697dd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/layouts/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
%li{:class => 'nav'}
= link_to 'Books', url_for(:books), :class => '', :title => 'Registered books'
= yield
%footer
%ul
%li= link_to 'Ranguba Project', 'http://ranguba.org/'
%li= link_to 'GitHub Repo', 'https://github.com/ranguba/epub-searcher'
%script{:src => '/components/jquery/dist/jquery.min.js'}
%script{:src => '/components/bootstrap-sass/assets/javascripts/bootstrap.min.js'}

0 comments on commit d697dd7

Please sign in to comment.