Skip to content

Commit

Permalink
Reset password link
Browse files Browse the repository at this point in the history
  • Loading branch information
RajRoR committed Jan 28, 2013
1 parent 2871fe1 commit 36375cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/shared/_login_actions.html.haml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.login_actions.top_row
- if citizen_signed_in?
.grid_8
.grid_8{:style => 'float:left;margin-left: -40px;width: 385px;'}
= link_to "Profiili", profile_path
|
= link_to "Asetukset", edit_profile_path
|
= link_to "Palauta salasana", edit_citizen_path
|
= link_to "Kirjaudu ulos", destroy_citizen_session_path, method: :delete
.grid_4
.grid_4{:style => 'width: 117px;'}
%img.avatar{ src: current_citizen.image, width: 25, height: 25, alt: "avatar" }
#{current_citizen.name}
- else
Expand Down

0 comments on commit 36375cf

Please sign in to comment.