Localized column names

This commit is contained in:
karel.picman@lbcfree.net 2020-09-11 13:30:52 +02:00
parent 0b009b0c81
commit 642fbfde14
2 changed files with 5 additions and 4 deletions

View File

@ -97,7 +97,7 @@ module DmsfHelper
end
end
url << ''
url.join '/'
URI.encode(url.join '/')
end
end

View File

@ -69,9 +69,10 @@ module RedmineDmsf
<hr/>
<table>
<tr>
<th class="name">Name</th>
<th class="size">Size</th> <th class="type">Type</th>
<th class="mtime">Last Modified</th>
<th class="name">#{l(:field_name)}</th>
<th class="size">#{l(:field_filesize)}</th>
<th class="type">#{l(:field_type)}</th>
<th class="mtime">#{l(:link_modified)}</th>
</tr>
%s
</table>