Skip to content

Commit

Permalink
Merge pull request #628 from mlibrary/fixup/ga-limits-3
Browse files Browse the repository at this point in the history
comment out monograph pageview
  • Loading branch information
sethaj authored Nov 18, 2016
2 parents 570c88b + 79b867c commit 4e617d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/monograph_catalog/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="description">
<%= render_markdown @monograph_presenter.description.first || '' %>
</div>
<% pageviews = @monograph_presenter.pageviews %>
<% pageviews = nil #@monograph_presenter.pageviews %>
<% unless pageviews.nil? %>
<div>
<p>This item has been viewed <b><%= pageviews %></b> times.</p>
Expand Down

0 comments on commit 4e617d0

Please sign in to comment.