diff --git a/app/views/common/index.html.erb b/app/views/common/index.html.erb
index 35c63ca6..74595a07 100644
--- a/app/views/common/index.html.erb
+++ b/app/views/common/index.html.erb
@@ -1 +1 @@
-
教学案例
- <%= link_to '新建', new_library_path, class: 'fr color-blue font-16 mt3' %>
+ <%= link_to '发布案例', new_library_path, class: 'white-btn edu-filter-btn-blue fr mr10 mt8', style: 'color: #4CACFF' %>
diff --git a/app/views/libraries/show.html.erb b/app/views/libraries/show.html.erb
index f8d45050..36976d5e 100644
--- a/app/views/libraries/show.html.erb
+++ b/app/views/libraries/show.html.erb
@@ -58,7 +58,6 @@
-
<%= @library.user.school_name %>
- <%= @library.user.identity %>
编码:<%= @library.uuid %>
<% if @library.published? %>
diff --git a/config/routes.rb b/config/routes.rb
index a05298c6..8c049f6d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -57,7 +57,7 @@ RedmineApp::Application.routes.draw do ## oauth相关
get :publish_success, on: :collection
end
- resources :project_packages, only: [:index, :show, :new, :edit, :destroy] do
+ resources :project_packages, :path => "crowdsourcing", only: [:index, :show, :new, :edit, :destroy] do
get :apply_success, on: :member
end