Skip to content

Commit 2873fd7

Browse files
committed
change to caribbean
1 parent d35361d commit 2873fd7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

app/views/benthic_covers/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="control-group">
5151
<label class="control-label">Habitat Type</label>
5252
<div class="controls">
53-
<%= f.collection_select :habitat_type_id, HabitatType.atlantic_habitats, :id, :habitat_name, { :include_blank => "" } %><br />
53+
<%= f.collection_select :habitat_type_id, HabitatType.caribbean_habitats, :id, :habitat_name, { :include_blank => "" } %><br />
5454
</div>
5555
</div>
5656

app/views/coral_demographics/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="control-group">
5151
<label class="control-label">Habitat Type</label>
5252
<div class="controls">
53-
<%= f.collection_select :habitat_type_id, HabitatType.atlantic_habitats, :id, :habitat_name, { :include_blank => "" } %><br />
53+
<%= f.collection_select :habitat_type_id, HabitatType.caribbean_habitats, :id, :habitat_name, { :include_blank => "" } %><br />
5454
</div>
5555
</div>
5656

app/views/samples/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<div class="control-group">
4141
<label class="control-label">Habitat Type</label>
4242
<div class="controls">
43-
<%= f.collection_select :habitat_type_id, HabitatType.atlantic_habitats, :id, :habitat_name, { :include_blank => "" }, { :class => 'tab_1', :tabindex => "1" } %><br />
43+
<%= f.collection_select :habitat_type_id, HabitatType.caribbean_habitats, :id, :habitat_name, { :include_blank => "" }, { :class => 'tab_1', :tabindex => "1" } %><br />
4444
</div>
4545
</div>
4646

config/deploy/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# server "db.example.com", user: "deploy", roles: %w{db}
99

1010
set :stage, :production
11-
server '199.242.232.144', user: 'jeremiaheb', roles: %w{web app}
11+
server '199.242.232.145', user: 'jeremiaheb', roles: %w{web app}
1212

1313

1414
set :default_env, { "PASSENGER_INSTANCE_REGISTRY_DIR" => "/var/run/passenger-instreg" }

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
config.eager_load = true
8484

8585

86-
config.relative_url_root = "/rvc_data_entry"
87-
#config.relative_url_root = "/caribbean_data_entry"
86+
#config.relative_url_root = "/rvc_data_entry"
87+
config.relative_url_root = "/caribbean_data_entry"
8888
end

0 commit comments

Comments
 (0)