Sha256: bb5f708951fff838bfdaa41e8e3297e08422f22fc48767196c577138acb9098b
Contents?: true
Size: 404 Bytes
Versions: 8
Compression:
Stored size: 404 Bytes
Contents
<table class="list"> <thead> <tr> <th>Transformer</th> <th></th> </tr> </thead> <tbody> <% @transformations.each do |transformation| %> <tr> <td><%= transformation.transformer.name %></td> <td><%= delete_link("Delete", "/projects/#{@project.id}/resources/#{@resource.id}/transformations/#{transformation.id}") %></td> </tr> <% end %> </tbody> </table>
Version data entries
8 entries across 8 versions & 1 rubygems