mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
spacing, separator
This commit is contained in:
parent
725cd737f4
commit
4a44199a39
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
.block#imagespns
|
||||
.spnstxt
|
||||
' Interested in advertising on Derpibooru?
|
||||
= link "Click here", to: "/pages/advertising"
|
||||
=> link "Click here", to: "/pages/advertising"
|
||||
' for information!
|
||||
|
||||
a href=Routes.advert_path(@conn, :show, @advert) rel="nofollow" title=@advert.title
|
||||
|
|
|
@ -2,7 +2,7 @@ defmodule PhilomenaWeb.AdvertView do
|
|||
use PhilomenaWeb, :view
|
||||
|
||||
def advert_image_url(%{image: image}) do
|
||||
advert_url_root() <> image
|
||||
advert_url_root() <> "/" <> image
|
||||
end
|
||||
|
||||
defp advert_url_root do
|
||||
|
|
Loading…
Reference in a new issue