mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix the callforpapers routing and some styling issues
This commit is contained in:
parent
740540de13
commit
e4c19ab1f6
6 changed files with 40 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class Admin::CallforpapersController < ApplicationController
|
||||
before_filter :verify_organizer
|
||||
|
||||
def index
|
||||
def show
|
||||
@cfp = @conference.call_for_papers
|
||||
if @cfp.nil?
|
||||
@cfp = CallForPapers.new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue