Commit 939aaf58599e1924ad53698038e17071b6fdd1c6
Committed by
Antonio Terceiro
1 parent
c923dc6a
Exists in
staging
and in
42 other branches
Adding id on "Contact us" button of enterprise
(ActionItem1320)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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> | ... | ... |