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

Version Path
coupler-0.0.9-java webroot/views/transformations/for.erb
coupler-0.0.8-java webroot/views/transformations/for.erb
coupler-0.0.7-java webroot/views/transformations/for.erb
coupler-0.0.6-java webroot/views/transformations/for.erb
coupler-0.0.4-java webroot/views/transformations/for.erb
coupler-0.0.3-java webroot/views/transformations/for.erb
coupler-0.0.2-java webroot/views/transformations/for.erb
coupler-0.0.1-java webroot/views/transformations/for.erb