版本库添加返回上一级目录
This commit is contained in:
parent
b944a4a5c6
commit
d040d2efd1
|
@ -1,18 +1,20 @@
|
||||||
<div class="autoscroll">
|
<div class="autoscroll">
|
||||||
<table class="list entries mt5" id="browser" style="table-layout: fixed;">
|
<table class="list entries mt5" id="browser" style="table-layout: fixed;">
|
||||||
<tbody>
|
<% unless @path.blank? %>
|
||||||
<tr style="border: 1px solid #DDD; border-bottom:none;">
|
<tbody>
|
||||||
<td>
|
<tr style="border: 1px solid #DDD; border-bottom:none;">
|
||||||
<a href="<%= project_roadmap_path(@project) %>" class="fl linkBlue2 mt3" >
|
<td>
|
||||||
<span class="new_roadmap_icons_back mr5"></span>
|
<a href="javascript:history.go(-1)" class="fl linkBlue2 mt3" >
|
||||||
返回上级目录
|
<span class="new_roadmap_icons_back mr5"></span>
|
||||||
</a>
|
返回上级目录
|
||||||
</td>
|
</a>
|
||||||
<td></td>
|
</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
<td></td>
|
||||||
</tbody>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
<% end %>
|
||||||
<tbody style="line-height: 1.9;">
|
<tbody style="line-height: 1.9;">
|
||||||
<%= render :partial => 'dir_list_content' %>
|
<%= render :partial => 'dir_list_content' %>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
17
db/schema.rb
17
db/schema.rb
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# It's strongly recommended to check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(:version => 20161111070615) do
|
ActiveRecord::Schema.define(:version => 20161111081619) do
|
||||||
|
|
||||||
create_table "activities", :force => true do |t|
|
create_table "activities", :force => true do |t|
|
||||||
t.integer "act_id", :null => false
|
t.integer "act_id", :null => false
|
||||||
|
@ -518,20 +518,6 @@ ActiveRecord::Schema.define(:version => 20161111070615) do
|
||||||
t.integer "container_id", :default => 0
|
t.integer "container_id", :default => 0
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "course_class_post", :id => false, :force => true do |t|
|
|
||||||
t.integer "班级id", :default => 0, :null => false
|
|
||||||
t.string "班级名"
|
|
||||||
t.integer "帖子id", :default => 0, :null => false
|
|
||||||
t.integer "主贴id"
|
|
||||||
t.string "帖子标题", :default => "", :null => false
|
|
||||||
t.text "帖子内容"
|
|
||||||
t.integer "帖子用户id"
|
|
||||||
t.integer "帖子回复数", :default => 0, :null => false
|
|
||||||
t.integer "最后回帖id"
|
|
||||||
t.datetime "发帖时间", :null => false
|
|
||||||
t.datetime "帖子更新时间", :null => false
|
|
||||||
end
|
|
||||||
|
|
||||||
create_table "course_contributor_scores", :force => true do |t|
|
create_table "course_contributor_scores", :force => true do |t|
|
||||||
t.integer "course_id"
|
t.integer "course_id"
|
||||||
t.integer "user_id"
|
t.integer "user_id"
|
||||||
|
@ -1876,6 +1862,7 @@ ActiveRecord::Schema.define(:version => 20161111070615) do
|
||||||
t.integer "is_leader"
|
t.integer "is_leader"
|
||||||
t.datetime "created_at", :null => false
|
t.datetime "created_at", :null => false
|
||||||
t.datetime "updated_at", :null => false
|
t.datetime "updated_at", :null => false
|
||||||
|
t.integer "course_id"
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "student_work_projects", ["homework_common_id"], :name => "index_student_work_projects_on_homework_common_id"
|
add_index "student_work_projects", ["homework_common_id"], :name => "index_student_work_projects_on_homework_common_id"
|
||||||
|
|
Loading…
Reference in New Issue