app/views/manage/dashboard/index.html.haml in hackathon_manager-0.12.2 vs app/views/manage/dashboard/index.html.haml in hackathon_manager-0.13.0
- old
+ new
@@ -9,14 +9,15 @@
= javascript_include_tag "hackathon_manager/vendor/queue.v1.min.js"
= javascript_include_tag "hackathon_manager/vendor/topojson.v1.min.js"
= render "layouts/manage/page_title", title: "Dashboard"
-.row
- .col
- #map
- :javascript
- $('#map').initMap();
+-#
+ .row
+ .col
+ #map
+ :javascript
+ $('#map').initMap();
.row
.col-7
%h5.dashboard-container-title Today's Activity
= area_chart todays_activity_data_manage_dashboard_index_path, colors: [blue, green, red, grey]