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.is_public == 0 ? '(私有)' : '(公开)' %> -
-
+ <%=@course.is_public == 0 ? '(私有)' : '(公开)' %> <% if is_excellent_course(@course) %> - 精品课程 + 精品课程 <% end %> +
<% unless is_teacher %>