Fix copying artifact
This commit is contained in:
parent
741a357d22
commit
e53d4575e6
|
@ -63,7 +63,7 @@
|
||||||
td = event.conference.title
|
td = event.conference.title
|
||||||
td
|
td
|
||||||
span class="label label-lg label-#{proposition_status_class(event.status)}"
|
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
|
td.actions
|
||||||
.btn-group.btn-group-sm
|
.btn-group.btn-group-sm
|
||||||
|
|
Loading…
Reference in New Issue