1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-23 00:41:14 +00:00

Setting page for repository does not scroll horizontally on small screens (#24309).

Patch by Tomomi Yuzuriha.


git-svn-id: http://svn.redmine.org/redmine/trunk@17447 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-07-16 02:01:11 +00:00
parent 391bc8b763
commit 7ca5cd61b3

View File

@ -3,7 +3,8 @@
<% end %>
<% if @project.repositories.any? %>
<table class="list">
<div class="autoscroll">
<table class="list">
<thead>
<tr>
<th><%= l(:field_identifier) %></th>
@ -35,7 +36,8 @@
</tr>
<% end %>
</tbody>
</table>
</table>
</div>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>