Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joshsoftware/ideahub
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamrege committed Jun 15, 2012
2 parents d36e7fa + 2ed50d4 commit 8279e86
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/views/ideas/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
- 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
%h6= display_categories(@idea)
%h5= link_to @idea.github, @idea.github, target: '_blank'

%br
.row
= raw(@idea.description)
Expand All @@ -20,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 8279e86

Please sign in to comment.