Sha256: ed08a016e7f6d6ded4a528a5a360498b1de5f7f24c3f9ac7f254fcb704b9e409

Contents?: true

Size: 837 Bytes

Versions: 3

Compression:

Stored size: 837 Bytes

Contents

<tr>
  <td><%= link_to version.to_s, mystro_volley.version_path(version) %></td>
  <td><%= distance_of_time_in_words_to_now(version.timestamp) %></td>
  <td><%= version.files.count %></td>
  <td><%= version.latest %></td>
  <td class="links">
    <%= link_to "#", class: "btn btn-mini volley-deploy", data: {url: "/plugins/volley/versions/#{version.id}/deploy"} do %>
        <i class="icon-share"></i>
    <% end %>                                                                                                                          <!-- , method: :delete, confirm: "Are you sure you wish to remove #{version.to_s}?" -->
    <%= link_to "#", class: "btn btn-mini btn-danger delete_me", data: {id: version.id.to_s, type: "versions", base: "/plugins/volley"} do %>
        <i class="icon-remove-sign"></i>
    <% end %>
  </td>
</tr>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mystro-volley-0.1.0.rc3 app/views/mystro_volley/versions/_version.html.erb
mystro-volley-0.1.0.rc2 app/views/mystro_volley/versions/_version.html.erb
mystro-volley-0.1.0.rc1 app/views/mystro_volley/versions/_version.html.erb