phcscriptcdnpro 1.6.7 → 1.6.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fbb392456819c75e3d02565beb09b0a0693ae4c
|
4
|
+
data.tar.gz: a69b80f86c34e01dbfe8f4c638a54a4f3fce18c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b20ab16221fa3be802666e185c0a6971758072074e0fd927f29918620c2c02250a0ec87ac734eaf7f0cefebb5be62a584268d45d9c37e6ac3596c2e47e000ec1
|
7
|
+
data.tar.gz: fcc1636fc5e4025401917772077cd4b7a2ef9844181b882228ec53668570c560e5f04617ed71d070555999ef5613bb20a5e90b9ee891000385eda36d09ebd675
|
@@ -48,9 +48,9 @@
|
|
48
48
|
<tbody>
|
49
49
|
<% @scriptcdn_authors.each do |scriptcdn_author| %>
|
50
50
|
<tr>
|
51
|
-
<td><%= link_to scriptcdn_author.authorfirstname, edit_scriptcdn_main_author_path %></td>
|
52
|
-
<td><%= link_to scriptcdn_author.authorlastname, edit_scriptcdn_main_author_path %></td>
|
53
|
-
<td><%= link_to 'Destroy',
|
51
|
+
<td><%= link_to scriptcdn_author.authorfirstname, edit_scriptcdn_main_author_path(scriptcdn_author.main, scriptcdn_author) %></td>
|
52
|
+
<td><%= link_to scriptcdn_author.authorlastname, edit_scriptcdn_main_author_path(scriptcdn_author.main, scriptcdn_author) %></td>
|
53
|
+
<td><%= link_to 'Destroy', scriptcdn_main_author_path(scriptcdn_author.main, scriptcdn_author), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn red-mint" %></td>
|
54
54
|
</tr>
|
55
55
|
<% end %>
|
56
56
|
</tbody>
|