diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 65e1bf2f5..9b93c7f44 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -18,8 +18,12 @@ <%= form_tag( users_search_path, :method => :get, :id => 'search_user_form') do %>
<%= l(:label_software_user ) %> | -<%= l(:label_user_location) %> : | ++ <%= l(:label_software_user ) %> + | ++ <%= l(:label_user_location) %> : + | @@ -35,8 +39,10 @@ | |
<%= link_to request.host()+"/users", :controller => 'users', :action => 'index' %> | -<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_software_user), :controller => 'users', :action => 'index' %> | ++ <%=link_to l(:field_homepage), home_path %> > + <%= l(:label_software_user)%> + |
<%= l(:label_software_user ) %> | -<%= l(:label_user_location) %> : | ++ <%= l(:label_software_user ) %> + | ++ <%= l(:label_user_location) %> : + | @@ -31,8 +35,10 @@ | |
<%= link_to request.host()+"/users", :controller => 'users', :action => 'index' %> | -<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_software_user), :controller => 'users', :action => 'index' %> | ++ <%=link_to l(:field_homepage), home_path %> > + <%= l(:label_software_user)%> + |