Sha256: 510d3f147828115db2dce8e718e5ce366fcfe7ad63d5ed0c2fabf4ea9f13bedf
Contents?: true
Size: 714 Bytes
Versions: 4
Compression:
Stored size: 714 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Authors</h1> <table> <thead> <tr> <th>Firstname</th> <th>Lastname</th> <th></th> </tr> </thead> <tbody> <% @scriptcdn_authors.each do |scriptcdn_author| %> <tr> <td><%= link_to scriptcdn_author.authorfirstname, edit_scriptcdn_main_author_path(scriptcdn_author.main, scriptcdn_author) %></td> <td><%= link_to scriptcdn_author.authorlastname, edit_scriptcdn_main_author_path(scriptcdn_author.main, scriptcdn_author) %></td> <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> </tr> <% end %> </tbody> </table>
Version data entries
4 entries across 4 versions & 1 rubygems