added description field to cfps

closes #1650

done some changes

minor changes

added markdown format to cfp#show

fixed description text  position in proposals

fixed truncated description text in show action

minor changes on non-admin side
This commit is contained in:
ViditChitkara 2017-09-05 18:15:46 +05:30 committed by Stella Rouzi
parent 0e16b5d0ae
commit bd045c2976
11 changed files with 41 additions and 5 deletions

View file

@ -55,7 +55,7 @@ module Admin
private
def cfp_params
params.require(:cfp).permit(:start_date, :end_date, :cfp_type)
params.require(:cfp).permit(:start_date, :end_date, :description, :cfp_type)
end
end
end