班级的位置栏和右侧tip显示需要调整
This commit is contained in:
parent
fd03f58b1f
commit
322ff780a4
|
|
@ -1,5 +1,5 @@
|
|||
<div class="edu-class-container " >
|
||||
<p class="mb10"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="<%= course_path(@course) %>">班级首页</a> > <a href="<%= homework_common_index_path(:course => @course.id) %>">作业列表</a>
|
||||
<p class="mb10 font-14"><i class="fa fa-map-marker mr5 color-grey " ></i><a href="<%= course_path(@course) %>">班级首页</a> > <a href="<%= homework_common_index_path(:course => @course.id) %>">作业列表</a>
|
||||
<% if @index %>
|
||||
><a href="#">#<%= @index %></a>
|
||||
<% end %>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
<div class="cl"></div>
|
||||
<div class="edu-class-container edu-position" style="flex: 1 0 auto;">
|
||||
<% if @show_page %>
|
||||
<p class="mb10">
|
||||
<p class="mb10 font-14">
|
||||
<i class="fa fa-map-marker mr5 color-grey" ></i>
|
||||
<%= link_to User.current.show_name, user_path(User.current) %> >
|
||||
<%= link_to '智能课堂', user_course_community_path(User.current) %> >
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
<%= link_to @course.name, course_path(@course), :title => '班级' %>
|
||||
</p>
|
||||
<% else %>
|
||||
<p class="mb10">
|
||||
<p class="mb10 font-14">
|
||||
<i class="fa fa-map-marker mr5 color-grey" ></i>
|
||||
<%= link_to '班级首页', course_path(@course) %> > <span class="color-dark-grey"><%= @curr_page %></span>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue