diff --git a/app/views/courses/index.html.erb b/app/views/courses/index.html.erb index ecc4306f7..db94cf6c5 100644 --- a/app/views/courses/index.html.erb +++ b/app/views/courses/index.html.erb @@ -6,7 +6,7 @@ <%= form_tag(:controller => 'courses', :action => 'search', :method => :get) do %>
<%= l(:label_course_practice) %> | +<%= l(:label_course_all) %> | <%= l(:label_user_location) %> : | <% if User.current.logged?%> @@ -24,8 +24,8 @@ |
<%= link_to request.host()+"/courses", :controller => 'courses', :action => 'index', :course_type => 1 %> | -<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_course_practice), :controller => 'courses', :action => 'index', :course_type => 1 %> | +<%= link_to request.host()+"/courses", :controller => 'courses', :action => 'index' %> | +<%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_course_all), :controller => 'courses', :action => 'index' %> |