Sha256: 7a856d3e4cb1e2ee746b58cb4d6bc226bba248a6067e8d902131b134f9007f63
Contents?: true
Size: 920 Bytes
Versions: 18
Compression:
Stored size: 920 Bytes
Contents
<div class="thredded--messageboard--meta"> <% if messageboard.locked? %> <span class="thredded--messageboard--meta--locked" title="<%= t('thredded.messageboard.form.locked_notice') %>"> <%= shared_inline_svg "thredded/lock.svg", class:"thredded--messageboard--meta--icon", role: "img"%> </span> <% end %> <h3 class="thredded--messageboard--meta--counts"> <% if messageboard.unread_topics? %> <%= t 'thredded.messageboard.topics_and_unread_topics_counts', topics_count: number_with_delimiter(messageboard.topics_count), unread_topics_count: number_with_delimiter(messageboard.unread_topics_count) %> <% else %> <%= t 'thredded.messageboard.topics_and_posts_counts', topics_count: number_with_delimiter(messageboard.topics_count), posts_count: number_with_delimiter(messageboard.posts_count) %> <% end %> </h3> </div>
Version data entries
18 entries across 18 versions & 1 rubygems