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