Sha256: adbcfa088413dfdc82b40bd50e79206ae921e6cf48eb30f204ffa7482c5a20c3

Contents?: true

Size: 676 Bytes

Versions: 8

Compression:

Stored size: 676 Bytes

Contents

<tr class="<%= download.class.name.underscore.gsub('/', ' ') %>" id="<%= "#{download.class.name.underscore.gsub('/', '-')}-#{download.to_param}" %>">
  <td title="<%= download.description %>"><%= link_to download.name, download %></td>
  <td><%= link_to download.ecm_downloads_download_category.human, download.ecm_downloads_download_category %></td>
  <td><%= number_to_human_size(download.asset_file_size) %></td>
  <td>
    <%= link_to([:download, download], { :class => 'btn btn-primary btn-xs pull-right' }) do %>
      <span class="glyphicon glyphicon-save" aria-hidden="true"></span> <%= t('ecm.downloads.download.actions.start_download') %>
    <% end %>
  </td>
</tr>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ecm_downloads2-2.0.3 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-2.0.2 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-2.0.0 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-1.2.2 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-1.2.1 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-1.2.0 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-1.1.1 app/views/ecm/downloads/downloads/_download_in_table.html.erb
ecm_downloads2-1.1.0 app/views/ecm/downloads/downloads/_download_in_table.html.erb