Skip to content

Commit

Permalink
comment out monograph pageview
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaj committed Nov 18, 2016
1 parent 570c88b commit 79b867c
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 79b867c

Please sign in to comment.