]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/common/_tabs.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 01:10:30 +0000 (01:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 01:10:30 +0000 (01:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7268 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/common/_tabs.html.erb

index c99c6a9f491cc90384f8f337f9eca479f33d3d55..601977d14d42bf2009a6959492364c5c940f0c96 100644 (file)
 
 <script>
        Event.observe(window, 'load', function() { displayTabsButtons(); });
-       Event.observe(window, 'resize', function() { displayTabsButtons(); }); 
+       Event.observe(window, 'resize', function() { displayTabsButtons(); });
 </script>
 
 <% tabs.each do |tab| -%>
-  <%= content_tag('div', render(:partial => tab[:partial], :locals => {:tab => tab} ), 
+  <%= content_tag('div', render(:partial => tab[:partial], :locals => {:tab => tab} ),
                        :id => "tab-content-#{tab[:name]}",
                        :style => (tab[:name] != selected_tab ? 'display:none' : nil),
                        :class => 'tab-content') %>