Manuel Bustillo
8c4e6a0109
All checks were successful
Run unit tests / unit_tests (push) Successful in 3m36s
Reviewed-on: #8 Co-authored-by: Manuel Bustillo <bustikiller@bustikiller.com> Co-committed-by: Manuel Bustillo <bustikiller@bustikiller.com>
9 lines
305 B
Plaintext
9 lines
305 B
Plaintext
<h1>Tables arrangements</h1>
|
|
|
|
<ol>
|
|
<% @tables_arrangements.each_with_index do |tables_arrangement, i| %>
|
|
<li>
|
|
<p><%= link_to "Arrangement ##{i+1}", tables_arrangement_path(tables_arrangement) %> Discomfort: <%= tables_arrangement.discomfort %></p>
|
|
</li>
|
|
<% end %>
|
|
</ol> |