diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-08 22:27:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-08 22:27:20 +0000 |
commit | fc570654f9715de859fd8ba515b899e527276bb6 (patch) | |
tree | d0417e0a45861e788f74775bd1c24738b2a11912 | |
parent | 0dd2493e79ec53ce15773922b0865c147b2f9c12 (diff) | |
download | redmine-fc570654f9715de859fd8ba515b899e527276bb6.tar.gz redmine-fc570654f9715de859fd8ba515b899e527276bb6.zip |
Merged r18140 from trunk to 3.4-stable (#31311).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@18142 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/admin/info.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index c56d14eb6..2ff8de50d 100644 --- a/app/views/admin/info.html.erb +++ b/app/views/admin/info.html.erb @@ -11,7 +11,7 @@ <% end %> </table> <br /> -<div class="box"> +<div class="box autoscroll"> <pre><%= Redmine::Info.environment %></pre> </div> |