diff --git a/app/views/layouts/_project_info.html.erb b/app/views/layouts/_project_info.html.erb index 4b49562c2..c0366ec39 100644 --- a/app/views/layouts/_project_info.html.erb +++ b/app/views/layouts/_project_info.html.erb @@ -16,12 +16,11 @@ <% end %>
- <%= @course.name %><%=@course.is_public == 0 ? '(私有)' : '(公开)' %> - - + <%= @course.name %><%=@course.is_public == 0 ? '(私有)' : '(公开)' %> <% if is_excellent_course(@course) %> -