Skip to content

Commit b18cd2d

Browse files
committed
remove station from boatlog, add use cm to LPI
1 parent 31e8cc2 commit b18cd2d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

app/controllers/boat_logs_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ def show
3434
# GET /boat_logs/new.json
3535
def new
3636
@boat_log = BoatLog.new
37-
2.times do
3837
station = @boat_log.station_logs.build
3938
2.times { station.rep_logs.build }
40-
end
4139

4240
respond_to do |format|
4341
format.html # new.html.erb

app/views/benthic_covers/_rugosity_measure_fields.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
</div>
2525

2626
<div class="span3 rugosityCategories">
27+
<div><span style="float: right; font-weight:bold; margin-right: 45px"> Use cm </span></div>
2728
<fieldset>
28-
2929
<div class="control-group">
3030
<label class="control-label"> meter 0-1 </label>
3131
<div class="controls">

app/views/layouts/_navigation.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%= link_to "Home 2022", root_path, :class => 'brand', :tabindex => "-1" %>
1+
<%= link_to "Home 2023", root_path, :class => 'brand', :tabindex => "-1" %>
22
<ul class="nav">
33
<% if diver_signed_in? %>
44
<li style="font-weight:900;font-size:12px" >

0 commit comments

Comments
 (0)