Skip to content

Commit

Permalink
change CUT Group to CUTGroup. Issue #193
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Aug 28, 2016
1 parent 9d8c211 commit 0143f6f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion app/views/people/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<div class="row">
<div class="span12">
<p class="pull-right"><%= Person.count %> people are members of the CUT Group.</p>
<p class="pull-right"><%= Person.count %> people are members of the CUTGroup.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/programs/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<% end %>
</ol>
<% else %>
<p>The CUT Group has not conducted any tests for for this program yet.</p>
<p>The CUTGroup has not conducted any tests for for this program yet.</p>
<% end %>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions app/views/search/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<label for="postal_code">Neighborhood</label>
<%= text_field_tag :neighborhood, params[:neighborhood], class: "input"%>

<label for="address">Phone Number</label>
<%= text_field_tag :phone_number, params[:phone_number], class: 'input-large', placeholder: "11 digit number start with 1" %>
<!-- <label for="address">Phone Number</label>
<%= text_field_tag :phone_number, params[:phone_number], class: 'input-large', placeholder: "11 digit number start with 1" %> -->
</fieldset>
</div>

Expand Down Expand Up @@ -189,7 +189,7 @@

<div class="row">
<div class="span12" style="margin-top: 30px;">
<p>There are no CUT Group members that match your search.</p>
<p>There are no CUTGroup members that match your search.</p>
</div>
</div>
<% end %>

0 comments on commit 0143f6f

Please sign in to comment.