mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
Add titles to all darkswarm pages
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
= inject_enterprises
|
||||
- content_for(:title) do
|
||||
Groups
|
||||
|
||||
= inject_enterprises
|
||||
|
||||
:javascript
|
||||
angular.module('Darkswarm').value('groups', #{render partial: "json/groups", object: @groups})
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
- content_for(:title) do
|
||||
= @group.name
|
||||
|
||||
-# inject all enterprises as "enterprises"
|
||||
-# it could be more efficient to inject only the enterprises that are related to the group
|
||||
= inject_enterprises
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
- content_for(:title) do
|
||||
Sign up as a group
|
||||
|
||||
#panes
|
||||
#shops-signup.pane
|
||||
.row.header
|
||||
|
||||
Reference in New Issue
Block a user