Skip to content

Commit

Permalink
Merge pull request #56 from sul-dlss/rails-42-blacklight-582
Browse files Browse the repository at this point in the history
update for Rails 4.2 and Blacklight 5.8.2
  • Loading branch information
Jessie Keck committed Jan 8, 2015
2 parents 3152dc5 + e4e5964 commit a5f07ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,7 +1,10 @@
notifications:
email: false

cache: bundler
language: ruby
sudo: false
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
Expand Down
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 a5f07ef

Please sign in to comment.