Merged Mythic's changes.
Some checks are pending
Specs / linters (push) Waiting to run
Specs / spec (push) Blocked by required conditions
Specs / spec-1 (push) Blocked by required conditions
Specs / spec-2 (push) Blocked by required conditions
Specs / spec-3 (push) Blocked by required conditions
Specs / spec-4 (push) Blocked by required conditions
Some checks are pending
Specs / linters (push) Waiting to run
Specs / spec (push) Blocked by required conditions
Specs / spec-1 (push) Blocked by required conditions
Specs / spec-2 (push) Blocked by required conditions
Specs / spec-3 (push) Blocked by required conditions
Specs / spec-4 (push) Blocked by required conditions
This commit is contained in:
parent
ef82ef8941
commit
68c5f5e32b
27 changed files with 24 additions and 31 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.col-md-12
|
||||
.page-header
|
||||
%h1
|
||||
Edit Difficulty Level
|
||||
Edit Audience
|
||||
= @difficulty_level.title
|
||||
.row
|
||||
.col-md-8
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
.page-header
|
||||
%h1 Difficulty Levels
|
||||
%h1 Audiences
|
||||
%p.text-muted
|
||||
Classify your conference.program.events by difficulty
|
||||
.row
|
||||
|
|
@ -32,4 +32,4 @@
|
|||
data: { confirm: "Do you really want to delete #{difficulty_level.title}? Attention: This difficulty level will be removed from all Events that have it set" }
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
= link_to 'Add Difficulty Level', new_admin_conference_program_difficulty_level_path(@conference.short_title), class: 'btn btn-primary'
|
||||
= link_to 'Add Audience', new_admin_conference_program_difficulty_level_path(@conference.short_title), class: 'btn btn-primary'
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.col-md-12
|
||||
.page-header
|
||||
%h1
|
||||
Create Difficulty Level
|
||||
Create Audience
|
||||
.row
|
||||
.col-md-8
|
||||
= render partial: 'form'
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
%th
|
||||
%b Track
|
||||
%th
|
||||
%b Difficulty
|
||||
%b Audience
|
||||
%th
|
||||
%b State
|
||||
%th
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@
|
|||
%td{ 'class' => class_for_todo(progress_status['track']) }
|
||||
%span{ 'class' => [icon_for_todo(progress_status['track']), 'fa-lg'] }
|
||||
%tr
|
||||
%td= link_to 'Add a difficulty level', edit_admin_conference_program_event_path(@event.program.conference.short_title, @event)
|
||||
%td= link_to 'Add an Audience level', edit_admin_conference_program_event_path(@event.program.conference.short_title, @event)
|
||||
%td{ 'class' => class_for_todo(progress_status['difficulty_level']) }
|
||||
%span{ 'class' => [icon_for_todo(progress_status['difficulty_level']), 'fa-lg'] }
|
||||
#proposal-commercials.tab-pane
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
%dd
|
||||
= tracks(@conference)
|
||||
%dt
|
||||
Difficulty Levels:
|
||||
Audiences:
|
||||
%dd
|
||||
= difficulty_levels(@conference)
|
||||
%dt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue