_community_display.html.erb 275 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <div class="community-header"> <%= community.created_at.strftime("%d %B %Y at %H:%M") %> - <span class="model-label"><%= _("Community") %></span> </div> <div class="body"> <h2><%= link_to community.name, community.url %></h2> <p><%= community.description %></p> </div>