]> source.dussan.org Git - redmine.git/commitdiff
Replace tabs with spaces (#26333).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Jul 2017 04:00:23 +0000 (04:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Jul 2017 04:00:23 +0000 (04:00 +0000)
Patched by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16753 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/mailer.rb
app/models/member.rb
app/models/project.rb
app/models/setting.rb
public/stylesheets/responsive.css

index 316b4e356590d21049a2f504c6f913308d59b558..ca52786c4ba0447d0aafd89faba901668cc9ec6d 100644 (file)
@@ -354,7 +354,7 @@ class Mailer < ActionMailer::Base
       :subject => "[#{Setting.app_title}] #{l(:mail_subject_security_notification)}"
   end
 
-       # Notifies admins about settings changes
+  # Notifies admins about settings changes
   def self.security_settings_updated(changes)
     return unless changes.present?
 
index 0e8fb1d47b70d862447ea3d74d1d18b25519d5eb..f9e3f5679d8d99786e9331e76733513d2ff120a7 100644 (file)
@@ -31,7 +31,7 @@ class Member < ActiveRecord::Base
 
   scope :active, lambda { joins(:principal).where(:users => {:status => Principal::STATUS_ACTIVE})}
 
-       # Sort by first role and principal
+  # Sort by first role and principal
   scope :sorted, lambda {
     includes(:member_roles, :roles, :principal).
       reorder("#{Role.table_name}.position").
index 63eaf0077fccd02fed5f73f39b91cb0b78bcdc13..7e4f4ce508c41aaca09c569b98b4b11d86944b80 100644 (file)
@@ -527,8 +527,8 @@ class Project < ActiveRecord::Base
     member
   end
 
-       # Default role that is given to non-admin users that
-       # create a project
+  # Default role that is given to non-admin users that
+  # create a project
   def self.default_member_role
     Role.givable.find_by_id(Setting.new_project_user_role_id.to_i) || Role.givable.first
   end
index 102bc65e1a59b3b18bc91c32f78df1928c988b89..6e702505e3e20ab08cda0acf6560e6f06a0c05dd 100644 (file)
@@ -118,7 +118,7 @@ class Setting < ActiveRecord::Base
     setting.value
   end
 
-       # Updates multiple settings from params and sends a security notification if needed
+  # Updates multiple settings from params and sends a security notification if needed
   def self.set_all_from_params(settings)
     return nil unless settings.is_a?(Hash)
     settings = settings.dup.symbolize_keys
index 798b3a2d03abdc0c46b368253fc4597b362994f2..118039d7eb6cf0a1012bd95ebae4981321c495ad 100644 (file)
     -webkit-transform: scale(1,.8);
         -ms-transform: scale(1,.8);
             transform: scale(1,.8);
-       padding-top:8px;
+    padding-top:8px;
   }
 
   #project-jump .drdn-content {
-       position:absolute;
+    position:absolute;
     left:0px;
     top:64px;
     width:100%;
   }
   #project-jump .drdn-content .autocomplete {
     height:40px;
-       font-size:20px;
+    font-size:20px;
   }
   #project-jump .drdn-content a {
     padding:8px;