diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:00:19 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:00:19 +0000 |
commit | 38a2ce645beea3b66f14a8762dad95070da1ddc0 (patch) | |
tree | 26f286c7e54d8561f388627e8adb8aa1c5e0b945 /app/views/common/_tabs.html.erb | |
parent | c21b46911e618d514a6890b7d779d286288e5d07 (diff) | |
download | redmine-38a2ce645beea3b66f14a8762dad95070da1ddc0.tar.gz redmine-38a2ce645beea3b66f14a8762dad95070da1ddc0.zip |
replace tabs to spaces at app/views/common/_tabs.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7379 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common/_tabs.html.erb')
-rw-r--r-- | app/views/common/_tabs.html.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index 601977d14..4e5d23302 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -10,14 +10,14 @@ <% end -%> </ul> <div class="tabs-buttons" style="display:none;"> - <button class="tab-left" onclick="moveTabLeft(this);"></button> - <button class="tab-right" onclick="moveTabRight(this);"></button> + <button class="tab-left" onclick="moveTabLeft(this);"></button> + <button class="tab-right" onclick="moveTabRight(this);"></button> </div> </div> <script> - Event.observe(window, 'load', function() { displayTabsButtons(); }); - Event.observe(window, 'resize', function() { displayTabsButtons(); }); + Event.observe(window, 'load', function() { displayTabsButtons(); }); + Event.observe(window, 'resize', function() { displayTabsButtons(); }); </script> <% tabs.each do |tab| -%> |