Skip to content

Commit

Permalink
adding feeds to view
Browse files Browse the repository at this point in the history
  • Loading branch information
ckundo committed Oct 27, 2011
1 parent 68be650 commit 9049159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/communities/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
.clear
.info
.feeds
- if event.twitter_account
%a.button{:href => "http://twitter.com/#!/" + event.twitter_account, :target => "_blank"} Twitter
- elsif event.twitter_hashtag
%a.button{:href => "http://twitter.com/#!/search/" + event.twitter_hashtag.gsub('#', '%23'), :target => "_blank"} Twitter
.clear
.clear

0 comments on commit 9049159

Please sign in to comment.