mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
helps if you actually add the template
This commit is contained in:
parent
3ab695cd3f
commit
0822fe7618
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue