diff --git a/app/views/conversations/_show.haml b/app/views/conversations/_show.haml
index 76c7ccaddcea56d7b9b2d42a730a0c4679f70068..2feb8fbdc9920b8ac2b6412cb9cb43b7593e9524 100644
--- a/app/views/conversations/_show.haml
+++ b/app/views/conversations/_show.haml
@@ -34,4 +34,4 @@
           = message.text_area :text, :rows => 5
           .right
             = message.submit t('.reply').capitalize, :class => 'button'
-            = link_to t('cancel'), '#'
+            = message.submit t('cancel'), :name => "reset", :id => "reset_button", :type => "reset", :class => "button"
diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass
index ad1677acf71af6e3919cbd25ed070f78c68bc606..75adc56a7fa689b715619a6cc20f3ceee6c67bdf 100644
--- a/public/stylesheets/sass/application.sass
+++ b/public/stylesheets/sass/application.sass
@@ -755,7 +755,7 @@ a.paginate, #infscr-loading
   h5
     :color #ccc
 
-input:not([type='submit']),
+input:not([type='submit']):not([type='reset']),
 textarea
   @include border-radius(3px)