|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<% sub_path = entry.path[0] == "/" ? entry.path.sub("/", "") : entry.path %>
|
|
|
|
|
<% ent_path = Redmine::CodesetUtil.replace_invalid_utf8(sub_path) %>
|
|
|
|
|
<% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %>
|
|
|
|
|
<% latest_changes = get_trees_last_changes(@project.gpid, @rev, ent_path) %>
|
|
|
|
|
<% latest_changes = get_trees_last_changes(@project.gpid, @rev, ent_path, @g) %>
|
|
|
|
|
|
|
|
|
|
<tr id="<%= tr_id %>" class="<%= h params[:parent_id] %> entry <%= entry.kind %>">
|
|
|
|
|
<td style="padding-left: <%=18 * depth%>px;" class="filename_no_report hidden">
|
|
|
|
|