Merge branch 'master' into feature/shift_planning

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-05 17:46:45 +02:00
commit 6593d16966
4 changed files with 14 additions and 8 deletions

View File

@ -224,10 +224,10 @@ filterChoiceView filter currentFilters eventInstances slugLike =
"film"
"to-be-recorded" ->
"video-camera"
"video"
"not-to-be-recorded" ->
"ban"
"video-slash"
_ ->
""

View File

@ -86,13 +86,13 @@ dayEventInstanceIcons eventInstance =
"to-be-recorded" ->
[ i
[ classList [ ( "fa", True ), ( "fa-video-camera", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[ classList [ ( "fa", True ), ( "fa-video", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[]
]
"not-to-be-recorded" ->
[ i
[ classList [ ( "fa", True ), ( "fa-ban", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[ classList [ ( "fa", True ), ( "fa-video-slash", True ), ( "pull-right", True ), ( "fa-fw", True ) ] ]
[]
]

View File

@ -14453,9 +14453,9 @@ var _user$project$Views_FilterView$filterChoiceView = F4(
case 'has-recording':
return 'film';
case 'to-be-recorded':
return 'video-camera';
return 'video';
case 'not-to-be-recorded':
return 'ban';
return 'video-slash';
default:
return '';
}
@ -16410,7 +16410,7 @@ var _user$project$Views_ScheduleOverview$dayEventInstanceIcons = function (event
_0: {ctor: '_Tuple2', _0: 'fa', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'fa-video-camera', _1: true},
_0: {ctor: '_Tuple2', _0: 'fa-video', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'pull-right', _1: true},
@ -16440,7 +16440,7 @@ var _user$project$Views_ScheduleOverview$dayEventInstanceIcons = function (event
_0: {ctor: '_Tuple2', _0: 'fa', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'fa-ban', _1: true},
_0: {ctor: '_Tuple2', _0: 'fa-video-slash', _1: true},
_1: {
ctor: '::',
_0: {ctor: '_Tuple2', _0: 'pull-right', _1: true},

View File

@ -22,6 +22,9 @@
Status
</th>
{% if request.user in team.responsible_members.all %}
<th>
Email
</th>
<th>
Action
</th>
@ -40,6 +43,9 @@
{% if not member.approved %}(pending approval){% endif %}
</td>
{% if request.user in team.responsible_members.all %}
<td>
{{ member.user.email }}
</td>
<td>
<div class="btn-group-vertical">
<a class="btn btn-danger"