diff rhodecode/templates/index_base.html @ 3197:b4f401524060 beta

html: don't use tabs
author Mads Kiilerich <madski@unity3d.com>
date Tue, 22 Jan 2013 23:44:38 +0100
parents 2fb94c52e20e
children 663f4f26776a
line wrap: on
line diff
--- a/rhodecode/templates/index_base.html	Tue Jan 22 23:44:38 2013 +0100
+++ b/rhodecode/templates/index_base.html	Tue Jan 22 23:44:38 2013 +0100
@@ -174,7 +174,7 @@
           {key:"last_change",label:"${_('Last Change')}",sortable:true,
               sortOptions: { sortFunction: ageSort }},
           {key:"tip",label:"${_('Tip')}",sortable:true,
-        	  sortOptions: { sortFunction: revisionSort }},
+              sortOptions: { sortFunction: revisionSort }},
           {key:"owner",label:"${_('Owner')}",sortable:true},
           {key:"rss",label:"",sortable:false},
           {key:"atom",label:"",sortable:false},
@@ -200,7 +200,7 @@
 
       var myDataTable = new YAHOO.widget.DataTable("repos_list_wrap", myColumnDefs, myDataSource,
               {
-    	       sortedBy:{key:"name",dir:"asc"},
+               sortedBy:{key:"name",dir:"asc"},
                MSG_SORTASC:"${_('Click to sort ascending')}",
                MSG_SORTDESC:"${_('Click to sort descending')}",
                MSG_EMPTY:"${_('No records found.')}",