diff --git a/RIGS/templates/partials/event_table.html b/RIGS/templates/partials/event_table.html index b1a29088..12115f61 100644 --- a/RIGS/templates/partials/event_table.html +++ b/RIGS/templates/partials/event_table.html @@ -1,15 +1,28 @@ {% load namewithnotes from filters %}
-
#
-
Dates & Times
+
#
+
Dates & Times
Event Details
-
MIC
+
MIC
{% for event in events %}
+ MIC: {% if event.mic %} {% if perms.RIGS.view_profile %} diff --git a/RIGS/templates/rigboard.html b/RIGS/templates/rigboard.html index 0a894389..979d8e34 100644 --- a/RIGS/templates/rigboard.html +++ b/RIGS/templates/rigboard.html @@ -3,8 +3,8 @@ {% block content %}
-
- Key: ReadyAction RequiredNeeds MICCancelledNon-Rig +
+ Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
diff --git a/pipeline/source_assets/scss/dark_screen.scss b/pipeline/source_assets/scss/dark_screen.scss index 8f8556a3..8dfc046c 100644 --- a/pipeline/source_assets/scss/dark_screen.scss +++ b/pipeline/source_assets/scss/dark_screen.scss @@ -93,6 +93,13 @@ background-color: #222 !important; } } + #event_table { + > .bg-#{$color} { + border: 0.3em solid theme-color-level($color, -6) !important; + background-color: #222 !important; + color: white !important; + } + } } del { color: black; @@ -119,4 +126,7 @@ background: #222; color: $gray-100; } + .text-muted { + color: #c9c9c9 !important; + } }