Skip to content

Commit

Permalink
Merge 6b4a77e into 3152dc5
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jan 8, 2015
2 parents 3152dc5 + 6b4a77e commit 78b5f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions app/assets/stylesheets/blacklight_maps/default.css.scss
@@ -1,9 +1,7 @@
/*
*= require leaflet
*= require leaflet.markercluster
*= require leaflet.markercluster.default
*= require L.Control.Sidebar.css
*/
@import 'leaflet';
@import 'leaflet.markercluster';
@import 'leaflet.markercluster.default';
@import 'L.Control.Sidebar';

.view-icon-maps {
&:before { content: "\e135"; }
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_index_maps.html.erb
Expand Up @@ -3,7 +3,7 @@
<%= render_thumbnail_tag document, {class: 'sidebar-thumb media-object'}, {class: 'pull-left'} %>
<div class='media-body'>
<h4 class='media-heading'>
<%= link_to_document document, :label=>document_show_link_field(document) %>
<%= link_to_document document, document_show_link_field(document) %>
</h4>
</div>
</li>

0 comments on commit 78b5f35

Please sign in to comment.