Increased size of modal, added description as caption to photos

This commit is contained in:
Gopesh Tulsyan 2014-07-02 00:25:09 +05:30
parent bea55454b2
commit 3bf54f991a
7 changed files with 22 additions and 8 deletions

View file

@ -92,7 +92,7 @@ Osem::Application.routes.draw do
get "/register" => "conference_registration#register"
patch "/register" => "conference_registration#update"
delete "/register" => "conference_registration#unregister"
get "fetch_gallery_photos"
get "gallery_photos"
end
end