diff --git a/app/views/profile/_organization.rhtml b/app/views/profile/_organization.rhtml
index 8deaad0..164cc61 100644
--- a/app/views/profile/_organization.rhtml
+++ b/app/views/profile/_organization.rhtml
@@ -4,7 +4,7 @@
<%= display_field(_('Name:'), profile, :name) { |name| link_to name, profile.url } %>
- <%= link_to _('Members'), :controller => 'profile', :action => 'members' %>
+ <%= link_to _('Members'), :controller => 'profile', :action => 'members' %>
|
<% if profile.kind_of?(Enterprise) && !profile.environment.enabled?('disable_products_for_enterprises') %>
diff --git a/app/views/profile/_person.rhtml b/app/views/profile/_person.rhtml
index 986d6c7..1120912 100644
--- a/app/views/profile/_person.rhtml
+++ b/app/views/profile/_person.rhtml
@@ -21,7 +21,6 @@
<%= display_field(_('Organization:'), profile, :organization) %>
<%= display_field(_('Organization website:'), profile, :organization_website) { |url| link_to(url, url) }%>
-
<%= _('Network')%> |
--
libgit2 0.21.2