Skip to content

Commit

Permalink
add status filter and style for the updating class
Browse files Browse the repository at this point in the history
  • Loading branch information
pklingem committed Jan 20, 2012
1 parent 93c1f49 commit 4f9cceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/users.css.sass
@@ -1,6 +1,8 @@
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.updating
opacity: 0.4
.left
float: left
.right
Expand Down
2 changes: 1 addition & 1 deletion app/models/user.rb
@@ -1,3 +1,3 @@
class User < ActiveRecord::Base
filters :state
filters :status, :state
end

0 comments on commit 4f9cceb

Please sign in to comment.