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,6 +3,7 @@
<% end %>
<% if @project.repositories.any? %>
<div class="autoscroll">
<table class="list">
<thead>
<tr>
@ -36,6 +37,7 @@
<% end %>
</tbody>
</table>
</div>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>
<% end %>