app/views/phcscriptcdn/script/licences/show.html.erb in phcscriptcdn-4.3.10 vs app/views/phcscriptcdn/script/licences/show.html.erb in phcscriptcdn-5.0.0
- old
+ new
@@ -25,13 +25,15 @@
<div class="box-header with-border">
<h3 class="box-title"><%= yield(:phc_title) %></h3>
</div>
<div class="box-body">
+ <!-- Show Content -->
<div class="btn-group" role="group" aria-label="licence_button_group">
<%= link_to 'Edit', edit_script_licence_path(@script_licence), class: "btn btn-primary" %>
<%= link_to 'Destroy', script_licence_path(@script_licence), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-primary" %>
</div>
+ <!-- Show Content -->
</div>
</div>
</div>
</div>
\ No newline at end of file