mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +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
|
.block__content.flex.alternating-color
|
||||||
.flex__grow
|
.flex__grow
|
||||||
/ TODO
|
/ TODO
|
||||||
a href="/"
|
a href=Routes.channel_path(@conn, :show, @channel)
|
||||||
/- if channel.channel_image.present?
|
/- 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'
|
/ => image_tag channel.uploaded_channel_image.url, width: 32, height: 32, alt: "#{channel.title}'s logo'", class: 'channel-strip__image'
|
||||||
/- else
|
/- else
|
||||||
|
|
Loading…
Reference in a new issue