-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from datacommons/centralma
add a Central Massachusetts site stub
- Loading branch information
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
class CentralmaSite < Site | ||
|
||
def site_searches | ||
['Worcester'] | ||
end | ||
|
||
def aliases | ||
['centralma.find.coop','testcentralma.find.coop'] | ||
end | ||
|
||
def dso_filter | ||
["Solidarity and Green Economy Alliance"] | ||
end | ||
|
||
def should_show_latest_people | ||
false | ||
end | ||
|
||
def layout | ||
:sprint | ||
end | ||
|
||
def use_logo | ||
true | ||
end | ||
|
||
def title | ||
'Central Massachusetts Directory' | ||
end | ||
|
||
def menu | ||
[ | ||
{ | ||
:name => "Solidarity and Green Economy Alliance", | ||
:link => "http://www.worcestersagealliance.org/" | ||
}, | ||
] | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<p> | ||
Central Massachusetts Co-operatives, curated by SAGE. | ||
</p> | ||
|
||
<%= render :partial => "list" %> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.