mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-30 06:31:16 +00:00
Rename text labeling from open food web to open food network
This commit is contained in:
@@ -7,7 +7,7 @@ class ApplicationController < ActionController::Base
|
||||
|
||||
private
|
||||
def load_data_for_menu
|
||||
@cms_site = Cms::Site.where(:identifier => 'open-food-web').first
|
||||
@cms_site = Cms::Site.where(:identifier => 'open-food-network').first
|
||||
end
|
||||
|
||||
# This is getting sloppy, since @all_distributors is also used for order cycle selection,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%meta{charset: 'utf-8'}/
|
||||
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
|
||||
|
||||
%title Welcome to Open Food Web
|
||||
%title Welcome to Open Food Network
|
||||
= favicon_link_tag "favicon.ico"
|
||||
= stylesheet_link_tag "search/all"
|
||||
= javascript_include_tag "search/all"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%meta{charset: 'utf-8'}/
|
||||
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
|
||||
|
||||
%title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Web'
|
||||
%title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network'
|
||||
= favicon_link_tag "favicon.ico"
|
||||
= stylesheet_link_tag "search/all"
|
||||
= javascript_include_tag "search/all"
|
||||
|
||||
@@ -177,8 +177,8 @@ end
|
||||
# -- CMS
|
||||
FactoryGirl.define do
|
||||
factory :cms_site, :class => Cms::Site do
|
||||
identifier 'open-food-web'
|
||||
label 'Open Food Web'
|
||||
identifier 'open-food-network'
|
||||
label 'Open Food Network'
|
||||
hostname 'localhost'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user