Sha256: 3ec8c754e8b75baa3a627c1ad996fa1f9db66c08683b86c15652b3551fd288e3

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

<div id="file_block_<%= @content_block.id %>" class="file_block">
  <%= image_tag "cms/icons/file_types/#{@content_block.file.icon}.png", :alt=>@content_block.file.icon %>
  <%= link_to @content_block.name, attachment_path_for(@content_block.file) %>
  <%= @content_block.file.data_file_size.round_bytes %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browsercms-3.5.0.rc3 app/views/cms/file_blocks/render.html.erb
browsercms-3.5.0.rc2 app/views/cms/file_blocks/render.html.erb
browsercms-3.5.0.rc1 app/views/cms/file_blocks/render.html.erb