Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
reyesyang committed Dec 19, 2012
2 parents d8561bf + 2245e23 commit 2dcebbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/ability.rb
Expand Up @@ -8,6 +8,7 @@ def initialize(user)
can :manage, :all
else
can :create, :session
can :about, User
can :read, Article
can :read, Tag
cannot :show, Article do |article|
Expand Down
6 changes: 6 additions & 0 deletions app/views/users/about.html.haml
@@ -0,0 +1,6 @@
%header
%h2= t 'about_me'

.self_introduction= sanitize t('temp_me')

= render :partial => 'layouts/disque'

0 comments on commit 2dcebbb

Please sign in to comment.