From 939aaf58599e1924ad53698038e17071b6fdd1c6 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 16 Nov 2009 16:00:48 -0300 Subject: [PATCH] Adding id on "Contact us" button of enterprise --- app/views/blocks/profile_info_actions/enterprise.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/blocks/profile_info_actions/enterprise.rhtml b/app/views/blocks/profile_info_actions/enterprise.rhtml index 584f2c9..d1feda8 100644 --- a/app/views/blocks/profile_info_actions/enterprise.rhtml +++ b/app/views/blocks/profile_info_actions/enterprise.rhtml @@ -5,6 +5,6 @@ <% end %> <% end %> <% if profile.enable_contact? %> -
  • <%= link_to content_tag('span', _('Contact us')), {:profile => profile.identifier, :controller => 'contact', :action => 'new'}, :class => 'button with-text icon-menu-mail' %>
  • +
  • <%= link_to content_tag('span', _('Contact us')), {:profile => profile.identifier, :controller => 'contact', :action => 'new'}, {:id => 'enterprise-contact-button', :class => 'button with-text icon-menu-mail'} %>
  • <% end %> -- libgit2 0.21.2