From 9ba00062326e16bc9cd59aa7b3728e0bd7559532 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 26 Sep 2016 22:18:11 -0700 Subject: [PATCH] temp disable the ipfs hash on the site profile --- views/site.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/site.erb b/views/site.erb index 53c7bfcf..0c47c494 100644 --- a/views/site.erb +++ b/views/site.erb @@ -21,9 +21,11 @@

<%= site.title %> <% if site.supporter? %> <% end %>

<%= site.host %>

+
<%= site.views.format_large_number %> view<%= site.views == 1 ? '' : 's' %>
<% follows_count = site.follows_dataset.count %>