Commit b125d29cbd9cc3b00498cdaa958472082ff53ded

Authored by Antonio Terceiro
1 parent 9356036a

ActionItem1044: fixing HTML

app/views/profile/_organization.rhtml
... ... @@ -4,7 +4,7 @@
4 4 <%= display_field(_('Name:'), profile, :name) { |name| link_to name, profile.url } %>
5 5 <tr>
6 6 <td colspan='2'>
7   - <%= link_to _('Members'), :controller => 'profile', :action => 'members' %></li>
  7 + <%= link_to _('Members'), :controller => 'profile', :action => 'members' %>
8 8 </td>
9 9 </tr>
10 10 <% if profile.kind_of?(Enterprise) && !profile.environment.enabled?('disable_products_for_enterprises') %>
... ...
app/views/profile/_person.rhtml
... ... @@ -21,7 +21,6 @@
21 21 </tr>
22 22 <%= display_field(_('Organization:'), profile, :organization) %>
23 23 <%= display_field(_('Organization website:'), profile, :organization_website) { |url| link_to(url, url) }%>
24   -</tr>
25 24  
26 25 <tr>
27 26 <th colspan='2'><%= _('Network')%></th>
... ...