mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Fixed create new backup link as a turbo_method and hid the baumspage importer
This commit is contained in:
@@ -111,6 +111,6 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<% if can? :manage, @school %>
|
<%# if can? :manage, @school %>
|
||||||
<%= render 'baums_roster_import' %>
|
<%#= render 'baums_roster_import' %>
|
||||||
<% end %>
|
<%# end %>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ and will also delete all of your current data. It's best to use the create backu
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Backup Created At</th>
|
<th>Backup Created At</th>
|
||||||
<th>Backup Reason</th>
|
<th>Backup Reason</th>
|
||||||
<th><%= link_to ' Create New Backup', tournament_tournament_backups_path(@tournament), method: :post, class: 'fas fa-plus'%></th>
|
<th><%= link_to ' Create New Backup', tournament_tournament_backups_path(@tournament), turbo_method: :post, class: 'fas fa-plus'%></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user