Skip to content

Commit

Permalink
fixed categories css in lightbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rtdp committed Jun 15, 2012
1 parent 83fdeef commit 2ec75cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/views/ideas/_idea.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,16 @@
%button{class: "close", data: {:dismiss => "modal"}} x
%h3= idea.title
.modal-body
%h6= idea.categories.collect(&:name).join(', ')
%h5
Categories:
%h6
= idea.categories.collect(&:name).join(', ')
%h5
Github URL:
= link_to idea.github, idea.github, target: '_blank'
%h5.marTop10
Idea By:
%p
= idea.user_name
%h5.marTop10
Description
Expand Down

0 comments on commit 2ec75cc

Please sign in to comment.