Commit 92adb4eb8bb109dd1793cc495a3eb91df5a9b16e:
    move spam assassin score to the bottom


Branch: refs/heads/master
Author: Sam Ruby <[email protected]>
Committer: Sam Ruby <[email protected]>
Pusher: rubys <[email protected]>

------------------------------------------------------------
www/roster/views/committer.js.rb                             | ++++++++ --------
------------------------------------------------------------
30 changes: 15 additions, 15 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/committer.js.rb b/www/roster/views/committer.js.rb
index d6711b2..d1fa28a 100644
--- a/www/roster/views/committer.js.rb
+++ b/www/roster/views/committer.js.rb
@@ -113,21 +113,6 @@ def render
         end
       end
 
-      _tr data_edit: 'sascore' do
-        _td 'SpamAssassin score'
-        _td do
-          if @edit_sascore
-            _form method: 'post' do
-              _input type: 'number', min: 0, max: 10, 
-                name: 'sascore', defaultValue: @committer.sascore
-              _input type: 'submit', value: 'submit'
-            end
-          else
-            _span @committer.sascore
-          end
-        end
-      end
-
       if @committer.githubUsername
         _tr do
           _td 'GitHub username'
@@ -163,6 +148,21 @@ def render
           end
         end
       end
+
+      _tr data_edit: 'sascore' do
+        _td 'SpamAssassin score'
+        _td do
+          if @edit_sascore
+            _form method: 'post' do
+              _input type: 'number', min: 0, max: 10, 
+                name: 'sascore', defaultValue: @committer.sascore
+              _input type: 'submit', value: 'submit'
+            end
+          else
+            _span @committer.sascore
+          end
+        end
+      end
     end
   end
 

Reply via email to