Skip to content

Commit b4b0da4

Browse files
committed
move turbo_frame_tag out of table
1 parent b328dca commit b4b0da4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

app/views/topics/index.html.erb

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
<div class="card-content">
1515
<div class="card-body">
1616
<p class="card-text"> Some important information or instruction can be placed here.</p>
17-
<div class="table-responsive">
18-
<table class="table table-lg table-striped mb-0">
19-
<thead>
20-
<tr>
21-
<th>Title</th>
22-
<th>Description</th>
23-
<th>UID</th>
24-
<th>Language</th>
25-
<th>Provider</th>
26-
<th>State</th>
27-
<th class="text-end">Actions</th>
28-
</tr>
29-
</thead>
30-
<%= turbo_frame_tag "topic-list" do %>
17+
<%= turbo_frame_tag "topic-list" do %>
18+
<div class="table-responsive">
19+
<table class="table table-lg table-striped mb-0">
20+
<thead>
21+
<tr>
22+
<th>Title</th>
23+
<th>Description</th>
24+
<th>UID</th>
25+
<th>Language</th>
26+
<th>Provider</th>
27+
<th>State</th>
28+
<th class="text-end">Actions</th>
29+
</tr>
30+
</thead>
3131
<%= render "list", topics: @topics %>
32-
<% end %>
33-
</table>
34-
</div>
32+
</table>
33+
</div>
34+
<% end %>
3535
</div>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)