Commit b125d29cbd9cc3b00498cdaa958472082ff53ded
1 parent
9356036a
Exists in
master
and in
28 other branches
ActionItem1044: fixing HTML
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
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> | ... | ... |