docbrown/app/views/liquids/_medium.html.erb
ludwiczakpawel 1f685d93d1
Remove unused assets (#15367)
* remove unused assets

* spec update

* spec

* spec

* minus

* whoops

* whoops
2021-11-16 19:57:37 +01:00

17 lines
813 B
Text

<div class='ltag__link'>
<a href='<%= response[:url] %>' class='ltag__link__link'>
<div class='ltag__link__pic'>
<img src='<%= response[:author_image] %>' alt='<%= response[:author] %>' />
</div>
</a>
<a href='<%= response[:url] %>' class='ltag__link__link'>
<div class='ltag__link__content'>
<h2><%= response[:title] %></h2>
<h3><%= response[:author] %> ・ <time datetime='<%= response[:published_time] %>'><%= response[:publication_date] %></time> ・ <%= response[:reading_time] %></h4>
<div class="ltag__link__servicename">
<img src="<%= asset_path("medium.svg") %>" alt="Medium Logo" aria-label="<%= t("views.liquids.medium.logo") %>" />
<%= ApplicationController.helpers.get_host_without_www response[:url] %>
</div>
</div>
</a>
</div>