Defect #43520 » repository-dir-list-rtl-indent-fix.patch
| app/views/repositories/_dir_list_content.html.erb | ||
|---|---|---|
| 4 | 4 |
<% ent_path = Redmine::CodesetUtil.replace_invalid_utf8(entry.path) %> |
| 5 | 5 |
<% ent_name = Redmine::CodesetUtil.replace_invalid_utf8(entry.name) %> |
| 6 | 6 |
<tr id="<%= tr_id %>" class="<%= params[:parent_id] %> entry <%= entry.kind %>"> |
| 7 |
<td style="padding-left: <%=18 * depth%>px;" class="<%=
|
|
| 7 |
<td style="padding-inline-start: <%=18 * depth%>px;" class="<%=
|
|
| 8 | 8 |
@repository.report_last_commit ? "filename" : "filename_no_report" %>"> |
| 9 | 9 |
<% if entry.is_dir? %> |
| 10 | 10 |
<span class="expander icon icon-collapsed" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
|
- « Previous
- 1
- 2
- 3
- Next »