Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Aug 24, 2024
1 parent ca3d5bc commit 4fff53c
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@



<%= turbo_frame_tag icao_type do %>
<div class="col pb-3">
<table class="table table-borderless table-sm fluid">
<tbody class="">

<tr class="">
<tr class="">
<td class="w-25 fw-semibold">ICAO Type Code</td>
<td class=""><%= icao_type.icao_code %></td>
</tr>
<tr class="">
<tr class="">
<td class="w-25 fw-semibold">Class</td>
<td class=""><%= icao_type.aircraft_class %></td>
</tr>
Expand Down Expand Up @@ -64,7 +62,7 @@
</tr>
<tr class="">
<td class="w-25 fw-semibold">AKA</td>
<td class=""><%= icao_type.other_models.join(" ") %></td>
<td class=""><%= icao_type.other_models&.join(" ") %></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4fff53c

Please sign in to comment.