philomena/lib/philomena_web/templates/advert/_box.html.heex

14 lines
514 B
Text
Raw Normal View History

2024-06-02 05:50:36 +02:00
<div class="block" id="imagespns">
<div class="spnstxt">
2024-06-02 05:50:49 +02:00
Interested in advertising on Derpibooru? <%= link("Click here", to: "/pages/advertising") %> for information!
2024-06-02 05:50:36 +02:00
</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") %>!
2024-06-02 05:50:36 +02:00
</strong>
</p>
</div>