mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
link to correct location, fixes #46
This commit is contained in:
parent
b20217925b
commit
43b5e069e6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.block__content.flex.alternating-color
|
||||
.flex__grow
|
||||
/ TODO
|
||||
a href="/"
|
||||
a href=Routes.channel_path(@conn, :show, @channel)
|
||||
/- if channel.channel_image.present?
|
||||
/ => image_tag channel.uploaded_channel_image.url, width: 32, height: 32, alt: "#{channel.title}'s logo'", class: 'channel-strip__image'
|
||||
/- else
|
||||
|
|
Loading…
Reference in a new issue