Skip to content

Commit

Permalink
move link to end
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Apr 11, 2012
1 parent 94f55ae commit 6e92d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class Project < ActiveRecord::Base
'<' => '&lt;',
'"' => '"' }
redcloth :target => :_blank
link :target => :_blank
youtube :width => 580, :height => 378
vimeo :width => 580, :height => 378
link :target => :_blank
end
scope :visible, where(:visible => true)
scope :home_page, where(:home_page => true)
Expand Down

0 comments on commit 6e92d8c

Please sign in to comment.