From 184583a07f8c921a26d48b07ed78bf2b7df9a042 Mon Sep 17 00:00:00 2001 From: Joey <12476941+joeyponi@users.noreply.github.com> Date: Mon, 8 Jun 2020 21:46:25 -0500 Subject: [PATCH] Fix broken link in profile about me box (closes #131) (#132) --- lib/philomena_web/templates/profile/_about_me.html.slime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena_web/templates/profile/_about_me.html.slime b/lib/philomena_web/templates/profile/_about_me.html.slime index 224df07a..31aba220 100644 --- a/lib/philomena_web/templates/profile/_about_me.html.slime +++ b/lib/philomena_web/templates/profile/_about_me.html.slime @@ -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 ->