Fix broken link in profile about me box (closes #131) (#132)

This commit is contained in:
Joey 2020-06-08 21:46:25 -05:00 committed by GitHub
parent c8b33f0ff6
commit 184583a07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@
- current?(@user, @conn.assigns.current_user) ->
em
' Want to
=> link "add some info about yourself?", to: "#"
=> link "add some info about yourself?", to: Routes.profile_description_path(@conn, :edit, @user)
- true ->