给“我要参赛”应用了base——newcontest的整体样式
This commit is contained in:
parent
fe151f9e29
commit
fb3c513da2
|
@ -292,7 +292,18 @@ class ContestsController < ApplicationController
|
||||||
|
|
||||||
###我要参赛
|
###我要参赛
|
||||||
def show_attendingcontest
|
def show_attendingcontest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##引用base_newcontest整体样式
|
||||||
|
respond_to do |format|
|
||||||
|
format.html {
|
||||||
|
render :layout => 'base_newcontest'
|
||||||
|
}
|
||||||
|
format.api
|
||||||
|
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
###end
|
###end
|
||||||
|
|
Loading…
Reference in New Issue