mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
Implement consistent admin interface
* Consistent route/model/controller/view layout * Get rid of unused photos, speakers, dietchoices, social_events controllers * Drop unused :public from Rooms and :description from CallForPapers
This commit is contained in:
parent
f6a87331be
commit
28063129c7
133 changed files with 1461 additions and 1461 deletions
|
|
@ -33,22 +33,22 @@
|
|||
%tr
|
||||
%td {registrationlink}
|
||||
%td A link to the registration page
|
||||
- unless @conference.venue.name.blank?
|
||||
- if @conference.venue
|
||||
%tr
|
||||
%td {venue}
|
||||
%td The name of the venue
|
||||
- unless @conference.venue.address.blank?
|
||||
- if @conference.venue
|
||||
%tr
|
||||
%td {venue_address}
|
||||
%td The address of the venue
|
||||
- unless @conference.call_for_papers.blank? || @conference.call_for_papers.start_date.blank? || @conference.call_for_papers.end_date.blank?
|
||||
- unless @conference.call_for_paper.blank? || @conference.call_for_paper.start_date.blank? || @conference.call_for_paper.end_date.blank?
|
||||
%tr
|
||||
%td {cfp_start_date}
|
||||
%td The call for papers start date
|
||||
%tr
|
||||
%td {cfp_end_date}
|
||||
%td The call for papers end date
|
||||
-if @conference.call_for_papers.schedule_public
|
||||
-if @conference.call_for_paper.schedule_public
|
||||
%td {schedule_link}
|
||||
%td The link to complete schedule of the conference
|
||||
- if @conference.splashpage && @conference.splashpage.public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue