Link to daily stats

This commit is contained in:
Kyle Drake 2015-06-17 16:43:33 -07:00
parent a9e142dee0
commit 17889dff9a

View file

@ -120,6 +120,7 @@
</strong>
</div>
<div class="stat"><span>Created</span><strong><%= site.created_at.strftime('%b %-d, %Y') %></strong></div>
<a href="/site/<%= site.username %>/stats">Site Traffic Stats</a>
</div>
<%== erb :'_follows', layout: false, locals: {site: site, is_current_site: site == current_site} %>