mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
87eabaa48f
These were largely found with three regular expressions: %> [.;,] ( <% %> \w+ <
13 lines
514 B
Text
13 lines
514 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>
|