add feedback link

This commit is contained in:
Vasil Kolev 2017-11-04 12:05:44 +02:00 committed by Openfest
parent 136ebf38b9
commit 2bb875d771
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ function parseData($config, $data) {
$fulltalk_spkr = strlen($speakers) > 0 ? (' (' . $speakers . ')') : '';
$fulltalks .= '<p><strong>' . $event['title'] . ' ' . $fulltalk_spkr . '</strong></p>';
$fulltalks .= '<p>' . $event['abstract'] . '</p>';
$fulltalks .= '<p align=right><strong><a href="https://cfp.openfest.org/events/' . $eid . '/feedback/new">Submit feedback</a></strong></p>';
$fulltalks .= '<div class="separator"></div></section>';
if ($eid === $lastEventId) {