app/views/layouts/phcmemberspro/members/members_profile.html.erb in phcmemberspro-5.2.4 vs app/views/layouts/phcmemberspro/members/members_profile.html.erb in phcmemberspro-5.2.5
- old
+ new
@@ -9,12 +9,14 @@
<!-- Font -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700"/>
<!-- Requried Style Sheets -->
+ <link href="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.css" rel="stylesheet" />
<%= stylesheet_link_tag "backend_profile", media: "all" %>
<!-- Requried JavaScripts -->
+ <script src="http://api.tiles.mapbox.com/mapbox.js/v1.0.2/mapbox.js"></script>
<%= javascript_include_tag "backend" %>
<!-- Security -->
<%= csrf_meta_tags %>