Sha256: d19b8cbda6c3b60af57087efaf9602191018b3d127f23c03bdcd305417e7aebf
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
<div class="thredded--messageboard--meta"> <% if messageboard.locked? %> <span class="thredded--messageboard--meta--locked" title="<%= t('thredded.messageboard.form.locked_notice') %>"> <svg class="thredded--messageboard--meta--icon" role="img"><use xlink:href="#thredded-lock-icon"></use></svg> </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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thredded-0.16.0 | app/views/thredded/messageboards/messageboard/_meta.html.erb |