Skip to content

Commit

Permalink
Merge pull request #945 from sul-dlss/remove-placeholder-block
Browse files Browse the repository at this point in the history
Removes obsolete technical details placeholder block
  • Loading branch information
Jessie Keck committed Sep 23, 2014
2 parents e3e5d08 + 0098bb7 commit b3bfc1b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 32 deletions.
4 changes: 0 additions & 4 deletions app/views/catalog/record/_record_metadata_file.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
<% end %>
</div>
</div>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
<% end %>
</div>
</div>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>
4 changes: 0 additions & 4 deletions app/views/catalog/record/_record_metadata_image.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
<% end %>
</div>
</div>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details col-md-12 row">
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@
<% end %>
</div>
</div>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>
4 changes: 0 additions & 4 deletions app/views/catalog/record/_record_metadata_marc.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</div>
</div>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>

<% if @document.holdings.browsable_callnumbers.present? %>
<%= render 'catalog/record/callnumber_browse' %>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@
<% if @document.holdings.browsable_callnumbers.present? %>
<%= render 'catalog/record/callnumber_browse' %>
<% end %>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
<% if @document.holdings.browsable_callnumbers.present? %>
<%= render 'catalog/record/callnumber_browse' %>
<% end %>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@
<% if @document.holdings.browsable_callnumbers.present? %>
<%= render 'catalog/record/callnumber_browse' %>
<% end %>

<%# technical details placeholder - librarian view, catkey etc %>
<div class="record-technical-details row">
</div>

0 comments on commit b3bfc1b

Please sign in to comment.