Commit 939aaf58599e1924ad53698038e17071b6fdd1c6

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent c923dc6a

Adding id on "Contact us" button of enterprise

(ActionItem1320)
app/views/blocks/profile_info_actions/enterprise.rhtml
... ... @@ -5,6 +5,6 @@
5 5 <% end %>
6 6 <% end %>
7 7 <% if profile.enable_contact? %>
8   - <li> <%= link_to content_tag('span', _('Contact us')), {:profile => profile.identifier, :controller => 'contact', :action => 'new'}, :class => 'button with-text icon-menu-mail' %> </li>
  8 + <li> <%= 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'} %> </li>
9 9 <% end %>
10 10 </ul>
... ...