Skip to content

Commit

Permalink
Livefyre integration
Browse files Browse the repository at this point in the history
  • Loading branch information
spatil committed Jun 15, 2012
1 parent 0b2dd45 commit 850e1f0
Showing 1 changed file with 6 additions and 1 deletion.
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 850e1f0

Please sign in to comment.