给“我要参赛”应用了base——newcontest的整体样式

exceptionHandle
wanglinchun 11 years ago
parent fe151f9e29
commit fb3c513da2

@ -292,7 +292,18 @@ class ContestsController < ApplicationController
###我要参赛
def show_attendingcontest
##引用base_newcontest整体样式
respond_to do |format|
format.html {
render :layout => 'base_newcontest'
}
format.api
end
end
###end

Loading…
Cancel
Save