Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/joshsoftware/ideahub
Browse files Browse the repository at this point in the history
* 'master' of git://github.com/joshsoftware/ideahub:
  changed the twitter handle
  Livefyre integration

Conflicts:
	app/views/ideas/_idea.html.haml
  • Loading branch information
rtdp committed Jun 15, 2012
2 parents e404e14 + 986f39b commit 83fdeef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/ideas/_idea.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
=# pluralize(idea.users.count, "participant")
= idea.users.count
.floatRight
= tweet_button :via => "joshideahub",:count=> "none", :url => idea_url(idea), :text => "This is an interesting idea! Help out "
= tweet_button :via => "punerb",:count=> "none", :url => idea_url(idea), :text => "This is an interesting idea! Help out "

.modal{style: "display:none", id: "idea-detail-#{idea.id}"}
.modal-header
Expand Down
7 changes: 6 additions & 1 deletion app/views/ideas/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- content_for :title do
= @idea.title

= javascript_include_tag 'http://zor.livefyre.com/wjs/v1.0/javascripts/livefyre_init.js'

.well.grid
.row
%h2= @idea.title
Expand All @@ -22,4 +24,7 @@
.row
%h6
Scheduled #{ @idea.schedules.last.try(:scheduled_at).try(:idea_date) or "soon" }


.row
:javascript
var fyre = LF({site_id: 305993});

0 comments on commit 83fdeef

Please sign in to comment.