Created
November 15, 2012 05:07
-
-
Save willawill/4076771 to your computer and use it in GitHub Desktop.
Haml indentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#asks | |
%h2= "ASKS" | |
[email protected] do |ask| | |
=haml :ask, locals: {ask: ask, type: ask.class.typesym} | |
-if @campaign.asks.select{|n| n.triggered_ask && n.triggered_ask == ask}.empty? | |
%form{action: "/campaign/#{@campaign.id}/broadcast}", method: "post"} | |
%button{type: 'submit'} Launch the Ask | |
%form{action: "/campaign/#{@campaign.id}/add_new_ask", method: 'get'} | |
%button Add new ask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment