Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dropping blueprint option on publisher
  • Loading branch information
pablocubico authored and Steffen van Bergerem committed Mar 1, 2015
1 parent 24fdf8f commit 7f2ee4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/publisher/_publisher.html.haml
@@ -1,4 +1 @@
- if bootstrap?
= render :partial => 'publisher/publisher_bootstrap', :locals => { :aspect => aspect, :selected_aspects => selected_aspects, :aspect_ids => aspect_ids }
- else
= render :partial => 'publisher/publisher_blueprint', :locals => { :aspect => aspect, :selected_aspects => selected_aspects, :aspect_ids => aspect_ids }
= render :partial => 'publisher/publisher_bootstrap', :locals => { :aspect => aspect, :selected_aspects => selected_aspects, :aspect_ids => aspect_ids }

0 comments on commit 7f2ee4b

Please sign in to comment.