Skip to content

Commit

Permalink
#127 closed: "Rename Available checkbox in account admin to Active"
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 9, 2011
1 parent ea17a26 commit 6bf6629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class ProfileOps {

def available(user: User) = {
<div id="available_wrapper">
<label for="available">Available</label>
<label for="available">Active</label>
{
SHtml.ajaxCheckbox(
!user.banned.is, bool => {
Expand Down

0 comments on commit 6bf6629

Please sign in to comment.