From e53d4575e6596699ddaa7ff4614ad1798e14b5b4 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 9 Oct 2016 00:30:40 +0300 Subject: [PATCH] Fix copying artifact --- app/views/management/events/_speaker.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/management/events/_speaker.slim b/app/views/management/events/_speaker.slim index a49ccd1..78fb987 100644 --- a/app/views/management/events/_speaker.slim +++ b/app/views/management/events/_speaker.slim @@ -63,7 +63,7 @@ td = event.conference.title td span class="label label-lg label-#{proposition_status_class(event.status)}" - = icon(proposition_status_glyph(event.status), t("activerecord.attributes.proposition.statuses.#{@event.status}")) + = icon(proposition_status_glyph(event.status), t("activerecord.attributes.proposition.statuses.#{event.status}")) td.actions .btn-group.btn-group-sm