From 0143f6f834bc9ce3f571acf04208fc345d900a9a Mon Sep 17 00:00:00 2001 From: Josh Kalov Date: Sun, 28 Aug 2016 13:50:16 -0500 Subject: [PATCH] change CUT Group to CUTGroup. Issue #193 --- README.md | 4 ++-- app/views/people/index.html.erb | 2 +- app/views/programs/show.html.erb | 2 +- app/views/search/index.html.erb | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 43dd33669..10d17d920 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Kimball ===== [![Coverage Status](https://coveralls.io/repos/github/BlueRidgeLabs/kimball/badge.svg?branch=development)](https://coveralls.io/github/BlueRidgeLabs/kimball?branch=development)[![Build Status](https://travis-ci.org/BlueRidgeLabs/kimball.svg?branch=development)](https://travis-ci.org/BlueRidgeLabs/kimball)[![Code Climate](https://codeclimate.com/github/BlueRidgeLabs/kimball/badges/gpa.svg)](https://codeclimate.com/github/BlueRidgeLabs/kimball) -Kimball is an application to manage people that are involved with the Smart Chicago CUT Group. +Kimball is an application to manage people that are involved with the Smart Chicago CUTGroup. Features -------- -Kimball is a customer relationship management application at its heart. Kimball tracks people that have signed up to participate with the CUT Group, their involvement in events and CUT Group programs. +Kimball is a customer relationship management application at its heart. Kimball tracks people that have signed up to participate with the CUTGroup, their involvement in events and CUTGroup programs. Setup ----- diff --git a/app/views/people/index.html.erb b/app/views/people/index.html.erb index 4c9077d1b..d50d39c89 100644 --- a/app/views/people/index.html.erb +++ b/app/views/people/index.html.erb @@ -24,7 +24,7 @@
-

<%= Person.count %> people are members of the CUT Group.

+

<%= Person.count %> people are members of the CUTGroup.

diff --git a/app/views/programs/show.html.erb b/app/views/programs/show.html.erb index 1ab499844..c9eb42452 100644 --- a/app/views/programs/show.html.erb +++ b/app/views/programs/show.html.erb @@ -33,7 +33,7 @@ <% end %> <% else %> -

The CUT Group has not conducted any tests for for this program yet.

+

The CUTGroup has not conducted any tests for for this program yet.

<% end %> diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb index ffed61aba..b5f376451 100644 --- a/app/views/search/index.html.erb +++ b/app/views/search/index.html.erb @@ -35,8 +35,8 @@ <%= text_field_tag :neighborhood, params[:neighborhood], class: "input"%> - - <%= text_field_tag :phone_number, params[:phone_number], class: 'input-large', placeholder: "11 digit number start with 1" %> + @@ -189,7 +189,7 @@
-

There are no CUT Group members that match your search.

+

There are no CUTGroup members that match your search.

<% end %>