Skip to content

Commit

Permalink
Remove 'On Reserve' text from reserve loan period.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Feb 20, 2016
1 parent 7716738 commit 87aec6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
margin-left: -12px;
}
}
.reserve-note {
color: #990000;
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_index_location.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<% end %>
</span>
<% if item.on_reserve? %>
On Reserve <%= item.loan_period %>
<%= item.loan_period %>
<% end %>
<span class="request-link">
<% if item.must_request? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/access_panels/_location.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<% end %>
</span>
<% if item.on_reserve? %>
On Reserve <%= item.loan_period %>
<%= item.loan_period %>
<% end %>
<span class="request-link">
<% if item.must_request? %>
Expand Down

0 comments on commit 87aec6f

Please sign in to comment.