|
|
|
@ -16,8 +16,9 @@
|
|
|
|
|
<span class="attachment">
|
|
|
|
|
<%= link_to truncate(history.filename,length: 35, omission: '...'),
|
|
|
|
|
download_history_attachment_path(history.id, history.filename),
|
|
|
|
|
:title => history.filename+"\n"+history.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis;",:class => "linkBlue f_14 f_b" %>
|
|
|
|
|
<span>版本号:<%= history.version %></span>
|
|
|
|
|
:title => history.filename+"\n"+history.description.to_s, :style => "overflow: hidden; white-space: nowrap;text-overflow: ellipsis; max-width:300px;",:class => "linkBlue f_14 f_b link_file_a2 fl" %>
|
|
|
|
|
<span class="fr">版本号:<%= history.version %></span>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|