Newer
Older
<%= Communication::Website.model_name.human(count: @websites.total_count).downcase %>
<%
year = website.created_at.year
if current_year != year
current_year = year
%>
<div class="col-12">
<h2><%= year %></h2>
<hr>
</div>
<% end %>
<%= kamifusen_tag website.screenshot,
class: 'img-fluid rounded mb-3' %>
<%= link_to website.original_localization.to_s,
showcase_website_path(website),
class: 'stretched-link' %>
</h3>