* layout * user * config * header * badges, badge_achievements, layout * broadcasts * chat channels * comments.. not much really * Events * growth * listings * mod actions * mods * orgs * pages * permissions * podcasts * reactions * profile fields * reports * response templates * tools * users * Secrets * webhooks * welcome threads * . * internal * css fix * . * main element elsewhere * scope * bring back some of the old styling * . * . * . * notice * Revert schema.db * add alert * little fixes * profile fields * Update schema.rb * closing span * another span * Fixed broken admin specs. Co-authored-by: Nick Taylor <nick@dev.to>
7 lines
202 B
Text
7 lines
202 B
Text
<div class="crayons-card p-6">
|
|
<h3 class="mb-4">Activity</h2>
|
|
<ul>
|
|
<li><%= @organization.articles.size %> articles</li>
|
|
<li><%= @organization.followers.size %> followers</li>
|
|
</ul>
|
|
</div>
|