Commit faf4e29bfe999b53151b82e089f14564047de2c4
1 parent
4bee8b11
Exists in
master
and in
5 other branches
Fix make new proposal
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -268,7 +268,7 @@ |
268 | 268 | <input type="hidden" id="content_type" name="content_type" value="ProposalsDiscussionPlugin::Proposal"> |
269 | 269 | <input type="submit" id="make-proposal-button" name="make-proposal-button" class="make-proposal-button" value="Enviar"> |
270 | 270 | </form> |
271 | - <div class="success-proposal-sent success-sent hide send-button"> | |
271 | + <div class="success-proposal-sent success-sent hide button-send"> | |
272 | 272 | <p>Sua proposta foi encaminhada com sucesso! Ela se tornará pública em até 24 horas e poderá ser apoiada por outros participantes.</p> |
273 | 273 | <a href="#">Faça nova proposta</a> |
274 | 274 | </div> | ... | ... |