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