Avoid "Controller not found"

This commit is contained in:
Carlos Ferreira
2016-09-27 21:27:55 +01:00
committed by GitHub
parent 88549330fa
commit 76b4f631dc

View File

@@ -16,6 +16,6 @@
<div class="form-actions"> <div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button> <button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
<?= t('or') ?> <?= t('or') ?>
<?= $this->url->link(t('cancel'), 'link', 'index') ?> <?= $this->url->link(t('cancel'), 'LinkController', 'index') ?>
</div> </div>
</form> </form>