From 69d6da5cca54b4eaeb9e9f9469a360bc2fb808f6 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 11 Jun 2015 16:39:17 -0300 Subject: [PATCH] custom-forms-plugin: display name and email instead of author name and author email --- plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb index 371ef31..373afe8 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb @@ -14,8 +14,8 @@ <%= form_for :submission do |f| %> <% if !user %> - <%= required labelled_form_field _('Author name'), text_field_tag(:author_name, @submission.author_name) %> - <%= required labelled_form_field _('Author email'), text_field_tag(:author_email, @submission.author_email) %> + <%= required labelled_form_field _('Name'), text_field_tag(:author_name, @submission.author_name) %> + <%= required labelled_form_field _('Email'), text_field_tag(:author_email, @submission.author_email) %> <% end %> <%= render :partial => 'shared/form_submission', :locals => {:f => f} %> -- libgit2 0.21.2