From 0822fe7618068e731d9d86ef2dbfd382904d4cf4 Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Thu, 5 Dec 2019 13:35:44 -0500 Subject: [PATCH] helps if you actually add the template --- lib/philomena_web/templates/profile/show.html.slime | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/philomena_web/templates/profile/show.html.slime b/lib/philomena_web/templates/profile/show.html.slime index 43b5a7bf..ff7ca784 100644 --- a/lib/philomena_web/templates/profile/show.html.slime +++ b/lib/philomena_web/templates/profile/show.html.slime @@ -53,6 +53,11 @@ .flex__grow.center = pretty_time(award.awarded_on) + .block + .block__header + span.block__header__title About Me + = render PhilomenaWeb.ProfileView, "_about_me.html", user: @user, about_me: @about_me, conn: @conn + .column-layout__main = render PhilomenaWeb.ProfileView, "_statistics.html", user: @user, statistics: @statistics, conn: @conn = render PhilomenaWeb.ProfileView, "_recent_images.html", title: "Recent Uploads", images: @recent_uploads, view_all_path: Routes.search_path(@conn, :index, q: "uploader_id:#{@user.id}"), conn: @conn