Remove "Remind Me" buttons.

This commit is contained in:
Jørn Åne 2016-08-29 18:29:33 +02:00
parent db2ade9da0
commit 9ffaf26f1d
5 changed files with 0 additions and 10 deletions

View File

@ -49,8 +49,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a>
</article>
</main>

View File

@ -50,8 +50,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a>
</article>
</main>

View File

@ -51,8 +51,6 @@ $agenda = new \pvv\side\Agenda([
<?php $description = $event->getDescription(); ?>
<?php if ($limit) array_splice($description, $limit); ?>
<?= implode($description, "</p>\n<p>") ?>
<p><a class="btn" href="#">Påminn meg</a>
</article>
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>

View File

@ -51,8 +51,6 @@ $nextEvent = $activity->getNextEventFrom(new DateTimeImmutable);
</ul>
<?= implode($nextEvent->getDescription(), "<p>\n</p>")?>
<p><a class="btn" href="#">Påminn meg</a>
</article>
</main>

View File

@ -50,8 +50,6 @@ $agenda = new \pvv\side\Agenda([
<?php $description = $event->getDescription(); ?>
<?php if ($limit) array_splice($description, $limit); ?>
<?= implode($description, "</p>\n<p>") ?>
<p><a class="btn" href="#">Påminn meg</a>
</article>
<?php if (!$limit || $limit > 4) {$limit = 4;} else $limit = 2; ?>