File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments