mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 20:06:43 +01:00
18 lines
535 B
Text
18 lines
535 B
Text
|
<div class="block" id="imagespns">
|
||
|
<div class="spnstxt">
|
||
|
Interested in advertising on Derpibooru?
|
||
|
<%= link("Click here", to: "/pages/advertising") %>
|
||
|
for information!
|
||
|
</div>
|
||
|
<a href={~p"/adverts/#{@advert}"} id="imagespns__link" rel="nofollow" title={@advert.title}>
|
||
|
<img alt={@advert.title} src={advert_image_url(@advert)} />
|
||
|
</a>
|
||
|
<p>
|
||
|
<strong>
|
||
|
Derpibooru costs over $25 a day to operate -
|
||
|
<%= link("help support us financially", to: "/pages/donations") %>
|
||
|
!
|
||
|
</strong>
|
||
|
</p>
|
||
|
</div>
|