diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-05-29 11:59:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-05-29 11:59:16 +0000 |
commit | 3e3c2333e4756ebc261b31563f50754c4cdaa890 (patch) | |
tree | fd0bfe7a3ab6142fce768f89531caf8358ac2348 /app/views/settings | |
parent | a3df0f7d3803c26169f50043f298ebb292afeead (diff) | |
download | redmine-3e3c2333e4756ebc261b31563f50754c4cdaa890.tar.gz redmine-3e3c2333e4756ebc261b31563f50754c4cdaa890.zip |
Slight UI changes (#4273).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5960 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_repositories.rhtml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/views/settings/_repositories.rhtml b/app/views/settings/_repositories.rhtml index 4406d2c2a..b3c252f16 100644 --- a/app/views/settings/_repositories.rhtml +++ b/app/views/settings/_repositories.rhtml @@ -5,8 +5,6 @@ <table> <tr> <th></th> - <th></th> - <th></th> <th><%= l(:text_scm_command) %></th> <th><%= l(:text_scm_command_version) %></th> </tr> @@ -15,15 +13,13 @@ <% text, value = (choice.is_a?(Array) ? choice : [choice, choice]) %> <% setting = :enabled_scm %> <tr> - <td> + <td class="scm_name"> <%= check_box_tag( "settings[#{setting}][]", value, Setting.send(setting).include?(value)) %> - </td> - <td class="scm_name"> <%= text.to_s %> </td> <td> @@ -33,8 +29,6 @@ :style => "vertical-align:bottom;" ) %> - </td> - <td> <%= scm_class.scm_command %> </td> <td> |