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)%> +
<% end %> diff --git a/app/views/users/search.html.erb b/app/views/users/search.html.erb index f8d5a7cf3..8586e59c5 100644 --- a/app/views/users/search.html.erb +++ b/app/views/users/search.html.erb @@ -14,8 +14,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) %> : + @@ -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)%> +