added links to the bottom of some pages
This commit is contained in:
parent
493bfe881c
commit
4701b8a37e
|
@ -7,3 +7,7 @@ body {
|
|||
.j2-page {
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.centre {
|
||||
text-align: center;
|
||||
}
|
|
@ -17,4 +17,6 @@
|
|||
|
||||
- if @inbox.empty?
|
||||
|
||||
Nothing to see here.
|
||||
Nothing to see here.
|
||||
|
||||
= render "shared/links"
|
|
@ -23,3 +23,5 @@
|
|||
.col-sm-4
|
||||
%h3 Another title.
|
||||
= Faker::Hacker.say_something_smart
|
||||
|
||||
= render "shared/links"
|
|
@ -4,6 +4,7 @@
|
|||
= render 'layouts/messages'
|
||||
|
||||
%p Find me in app/views/static/index.html.haml
|
||||
= render "shared/links"
|
||||
- else
|
||||
.jumbotron
|
||||
.container
|
||||
|
@ -15,4 +16,5 @@
|
|||
Register now
|
||||
%small
|
||||
Already a member?
|
||||
= link_to 'Sign in', new_user_session_path
|
||||
= link_to 'Sign in', new_user_session_path
|
||||
= render "shared/links"
|
|
@ -24,4 +24,6 @@
|
|||
Unsatisfied?
|
||||
=button_to "Delete my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete, class: "btn btn-danger btn-xs"
|
||||
|
||||
= link_to "Back", :back
|
||||
= link_to "Back", :back
|
||||
|
||||
.visible-xs= render "shared/links"
|
|
@ -3,4 +3,6 @@
|
|||
.panel-body
|
||||
%ul.nav.nav-pills.nav-stacked
|
||||
= nav_entry "Account", edit_user_registration_path
|
||||
= nav_entry "Profile", edit_user_profile_path
|
||||
= nav_entry "Profile", edit_user_profile_path
|
||||
|
||||
.hidden-xs= render "shared/links"
|
Loading…
Reference in New Issue