Sha256: c97ab816f9697e3fe9a644053316826341d4a407ee92967ccb747d39728272f2
Contents?: true
Size: 521 Bytes
Versions: 44
Compression:
Stored size: 521 Bytes
Contents
<div class="author-data__main"> <div class="author author--inline"> <span class="author__avatar author__avatar--small"> <%= image_tag sortition.author.avatar_url %> </span> <span class="author__name"> <% if sortition.author&.deleted? %> <span class="label label--small label--basic"> <%= t(".deleted") %> </span> <% else %> <%= sortition.author.name %> <% end %> </span> <%= l sortition.created_at, format: :decidim_short %> </div> </div>
Version data entries
44 entries across 44 versions & 1 rubygems