From d842f36f155c6af9504a238fb4788da91c78202e Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 21 Jun 2013 13:33:41 -0700 Subject: [PATCH] fixes #1732 --- app/views/tag_alias_requests/new.html.erb | 4 ++-- app/views/tag_implication_requests/new.html.erb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/tag_alias_requests/new.html.erb b/app/views/tag_alias_requests/new.html.erb index 66b69b1bd..7fb8b0124 100644 --- a/app/views/tag_alias_requests/new.html.erb +++ b/app/views/tag_alias_requests/new.html.erb @@ -16,12 +16,12 @@
- - <%= text_area "tag_alias_request", "reason" %> + <%= dtext_field "tag_alias_request", "reason", :name => "Reason" %>
<%= submit_tag "Submit" %> + <%= dtext_preview_button "tag_alias_request", "reason" %>
<% end %> diff --git a/app/views/tag_implication_requests/new.html.erb b/app/views/tag_implication_requests/new.html.erb index 7c915ca06..775c7797c 100644 --- a/app/views/tag_implication_requests/new.html.erb +++ b/app/views/tag_implication_requests/new.html.erb @@ -16,12 +16,12 @@
- - <%= text_area "tag_implication_request", "reason" %> + <%= dtext_field "tag_implication_request", "reason", :name => "Reason" %>
<%= submit_tag "Submit" %> + <%= dtext_preview_button "tag_implication_request", "reason" %>
<% end %>