Visitor table altered: bus -> shared (car).
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
<%= label form, :date3, "Lauantai 24.7." %>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<%= checkbox form, :bus %>
|
||||
<%= label form, :bus, "Olen kiinnostunut bussikuljetuksesta" %>
|
||||
<%= checkbox form, :shared %>
|
||||
<%= label form, :shared, "Olen kiinnostunut kimppakyydeistä (Turku-Livonsaari)" %>
|
||||
</div>
|
||||
<div class="checkbox-container">
|
||||
<%= checkbox form, :accom %>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<th>Torstai</th>
|
||||
<th>Perjantai</th>
|
||||
<th>Lauantai</th>
|
||||
<th>Bussi</th>
|
||||
<th>Kimppakyyti</th>
|
||||
<th>Majoitus</th>
|
||||
|
||||
<th></th>
|
||||
@@ -27,7 +27,7 @@
|
||||
<td><%= visitor.date1 %></td>
|
||||
<td><%= visitor.date2 %></td>
|
||||
<td><%= visitor.date3 %></td>
|
||||
<td><%= visitor.bus %></td>
|
||||
<td><%= visitor.shared %></td>
|
||||
<td><%= visitor.accom %></td>
|
||||
|
||||
<td class="actions">
|
||||
|
||||
@@ -39,12 +39,12 @@
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Bus:</strong>
|
||||
<%= @visitor.bus %>
|
||||
<strong>Kimppakyyti:</strong>
|
||||
<%= @visitor.shared %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<strong>Accom:</strong>
|
||||
<strong>Majoitus:</strong>
|
||||
<%= @visitor.accom %>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user