Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Release v1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonfurtado committed Nov 29, 2016
1 parent 53beb5a commit 4452097
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/views/application/modals/_modal_feedback.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@

<div class="Button-group">
<div class="Grid-cell u-desktop-size6of12 u-tablet-size6of12 u-mobile-size6of12">
<div id="feedback_yes_button" class="Button Button--feedback u-margin-top-medium gtm-feedback-ok"
onclick="Modal.confirm_feedback_donation('.js-modalSuccessfeedback')">Sim</div>
<div id="feedback_yes_button" class="Button Button--feedback u-margin-top-medium gtm-feedback-ok" onclick="Modal.confirm_feedback_donation('.js-modalSuccessfeedback')">Sim</div>
</div>

<div class="Grid-cell u-desktop-size6of12 u-tablet-size6of12 u-mobile-size6of12">
<div id="feedback_no_button" class="size6of12 Button Button--feedback u-margin-top-medium"
onclick="Modal.close('.js-modal')">Não</div>
<div id="feedback_no_button" class="size6of12 Button Button--feedback u-margin-top-medium" onclick="Modal.close('.js-modal')">Não</div>
</div>
</div>

Expand Down

0 comments on commit 4452097

Please sign in to comment.