From 0322258386898a6456bfd4b282e12550ee2f41e8 Mon Sep 17 00:00:00 2001 From: z9hang Date: Sat, 19 Jul 2014 16:52:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=B8=80=E4=B8=AA=E5=8F=82?= =?UTF-8?q?=E5=8A=A0=E7=AB=9E=E8=B5=9B=E4=B8=AD=E5=A4=9A=E5=87=BA=E6=9D=A5?= =?UTF-8?q?=E7=9A=84=E9=A1=B9=E7=9B=AE=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/contests/show_attendingcontest.html.erb | 1 - db/schema.rb | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/contests/show_attendingcontest.html.erb b/app/views/contests/show_attendingcontest.html.erb index 26aa3ccd4..324571771 100644 --- a/app/views/contests/show_attendingcontest.html.erb +++ b/app/views/contests/show_attendingcontest.html.erb @@ -147,7 +147,6 @@ <%= l(:label_work_deposit_project) %>: <%= select_tag 'project', options_for_select(select_option_helper(@option)), :name => 'project', :class => 'grayline2',:style => "width:358px;" %> <%= link_to l(:label_create_new_projects),{:controller => 'projects',:action => 'new',course: 0, project_type: 0,host: Setting.project_domain}, :target => '_blank' %> - <%= link_to l(:label_create_new_projects), new_project_path(course: 0, project_type: 0), :target => '_blank' %>

diff --git a/db/schema.rb b/db/schema.rb index d7c625bd2..690ec2681 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1199,4 +1199,10 @@ ActiveRecord::Schema.define(:version => 20140719080032) do add_index "workflows", ["role_id", "tracker_id", "old_status_id"], :name => "wkfs_role_tracker_old_status" add_index "workflows", ["role_id"], :name => "index_workflows_on_role_id" + create_table "works_categories", :force => true do |t| + t.string "category" + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false + end + end