phcscriptcdnpro 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/phcscriptcdnpro/script/authors/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/extensions/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/licences/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/listings/show.html.erb +2 -2
- data/app/views/phcscriptcdnpro/script/versions/show.html.erb +2 -2
- data/lib/phcscriptcdnpro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7647b27343af14bd4d46dee761240dc7f8601020
|
4
|
+
data.tar.gz: 608a301c8a90e54a925d2ef71cd00b05d12e2530
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4bda97b80638fa0a7ba6f825f90948b318684015f46c069662644c546ad89455b87dbc8ad89b83fff7deb0f3d592a50fd29ecbbee91a303baad30a10b06d073
|
7
|
+
data.tar.gz: 9eee3395550ad73e27e4864d7d47b6bce214b14209ca2a4ad4b6833fa0a53bd2f47dbc6ae7f6c468bfa23604633b4e52f380f34ad02a6d612b3509ff8b3af3e5
|
@@ -38,8 +38,8 @@
|
|
38
38
|
<div class="portlet-body">
|
39
39
|
|
40
40
|
<div class="btn-group" role="group" aria-label="author_button_group">
|
41
|
-
<%= link_to 'Edit', edit_script_listing_author_path
|
42
|
-
<%= link_to 'Destroy', script_listing_author_path
|
41
|
+
<%= link_to 'Edit', edit_script_listing_author_path, class: "btn btn-primary" %>
|
42
|
+
<%= link_to 'Destroy', script_listing_author_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
43
43
|
</div>
|
44
44
|
|
45
45
|
</div>
|
@@ -38,8 +38,8 @@
|
|
38
38
|
<div class="portlet-body">
|
39
39
|
|
40
40
|
<div class="btn-group" role="group" aria-label="extension_button_group">
|
41
|
-
<%= link_to 'Edit', edit_script_extension_path
|
42
|
-
<%= link_to 'Destroy', script_extension_path
|
41
|
+
<%= link_to 'Edit', edit_script_extension_path, class: "btn btn-primary" %>
|
42
|
+
<%= link_to 'Destroy', script_extension_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
43
43
|
</div>
|
44
44
|
|
45
45
|
</div>
|
@@ -38,8 +38,8 @@
|
|
38
38
|
<div class="portlet-body">
|
39
39
|
|
40
40
|
<div class="btn-group" role="group" aria-label="licence_button_group">
|
41
|
-
<%= link_to 'Edit', edit_script_licence_path
|
42
|
-
<%= link_to 'Destroy', script_licence_path
|
41
|
+
<%= link_to 'Edit', edit_script_licence_path, class: "btn btn-primary" %>
|
42
|
+
<%= link_to 'Destroy', script_licence_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
43
43
|
</div>
|
44
44
|
|
45
45
|
</div>
|
@@ -37,8 +37,8 @@
|
|
37
37
|
<div class="portlet-body">
|
38
38
|
|
39
39
|
<div class="btn-group" role="group" aria-label="url_button_group">
|
40
|
-
<%= link_to 'Edit', edit_script_listing_path
|
41
|
-
<%= link_to 'Destroy', script_listings_path
|
40
|
+
<%= link_to 'Edit', edit_script_listing_path, class: "btn btn-primary" %>
|
41
|
+
<%= link_to 'Destroy', script_listings_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
42
42
|
</div>
|
43
43
|
|
44
44
|
</div>
|
@@ -38,8 +38,8 @@
|
|
38
38
|
<div class="portlet-body">
|
39
39
|
|
40
40
|
<div class="btn-group" role="group" aria-label="version_button_group">
|
41
|
-
<%= link_to 'Edit', edit_script_version_path
|
42
|
-
<%= link_to 'Destroy', script_version_path
|
41
|
+
<%= link_to 'Edit', edit_script_version_path, class: "btn btn-primary" %>
|
42
|
+
<%= link_to 'Destroy', script_version_path, method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-danger" %>
|
43
43
|
</div>
|
44
44
|
|
45
45
|
</div>
|