Add titles to all darkswarm pages

This commit is contained in:
Rohan Mitchell
2015-06-16 15:31:35 +10:00
parent 301a3ac090
commit 02d68c662b
15 changed files with 52 additions and 15 deletions

View File

@@ -1,8 +1,11 @@
= inject_enterprises
- content_for(:title) do
Map
= inject_enterprises
.map-container{"fill-vertical" => true}
%map{"ng-controller" => "MapCtrl"}
%google-map{options: "map.additional_options", center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"}
%map-search
%markers{models: "OfnMap.enterprises", fit: "true",
coords: "'self'", icon: "'icon'", click: "'reveal'"}
%markers{models: "OfnMap.enterprises", fit: "true",
coords: "'self'", icon: "'icon'", click: "'reveal'"}