spacing, separator

This commit is contained in:
byte[] 2019-11-29 01:29:14 -05:00
parent 725cd737f4
commit 4a44199a39
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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