|
|
@ -10,7 +10,7 @@
|
|
|
|
<div class="homepagePostTitle break_word mt-4">
|
|
|
|
<div class="homepagePostTitle break_word mt-4">
|
|
|
|
<%= link_to truncate(file.filename,length: 35, omission: '...'),
|
|
|
|
<%= link_to truncate(file.filename,length: 35, omission: '...'),
|
|
|
|
download_named_attachment_path(file.id, file.filename),
|
|
|
|
download_named_attachment_path(file.id, file.filename),
|
|
|
|
:title => file.filename+"\n"+file.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis;",:class => "c_dblue f_14 f_b f_l" %>
|
|
|
|
:title => file.filename+"\n"+file.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis;",:class => "linkGrey3 f_14 f_l" %>
|
|
|
|
<%= file_preview_eye(file, class: 'preview') %>
|
|
|
|
<%= file_preview_eye(file, class: 'preview') %>
|
|
|
|
<span id="image_private_<%= file.id%>">
|
|
|
|
<span id="image_private_<%= file.id%>">
|
|
|
|
<% if file.is_public? == false%>
|
|
|
|
<% if file.is_public? == false%>
|
|
|
|