mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
parent
c8b33f0ff6
commit
184583a07f
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
- current?(@user, @conn.assigns.current_user) ->
|
- current?(@user, @conn.assigns.current_user) ->
|
||||||
em
|
em
|
||||||
' Want to
|
' Want to
|
||||||
=> link "add some info about yourself?", to: "#"
|
=> link "add some info about yourself?", to: Routes.profile_description_path(@conn, :edit, @user)
|
||||||
|
|
||||||
- true ->
|
- true ->
|
||||||
|
|
Loading…
Reference in a new issue