Skip to content
Extraits de code Groupes Projets
Valider 21b5f793 rédigé par MrZYX's avatar MrZYX
Parcourir les fichiers

fixed #997 by turning cancel link into a reset button

parent 9454c3a1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -34,4 +34,4 @@ ...@@ -34,4 +34,4 @@
= message.text_area :text, :rows => 5 = message.text_area :text, :rows => 5
.right .right
= message.submit t('.reply').capitalize, :class => 'button' = message.submit t('.reply').capitalize, :class => 'button'
= link_to t('cancel'), '#' = message.submit t('cancel'), :name => "reset", :id => "reset_button", :type => "reset", :class => "button"
...@@ -755,7 +755,7 @@ a.paginate, #infscr-loading ...@@ -755,7 +755,7 @@ a.paginate, #infscr-loading
h5 h5
:color #ccc :color #ccc
input:not([type='submit']), input:not([type='submit']):not([type='reset']),
textarea textarea
@include border-radius(3px) @include border-radius(3px)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter