From 1353929a7dbd3f2e897fa7d3ab88e959ca573f9f Mon Sep 17 00:00:00 2001
From: Frederic Guillot = t('Add a new link') ?>
-
\ No newline at end of file
+
diff --git a/app/Template/link/edit.php b/app/Template/link/edit.php
index e91422be..0ad73275 100644
--- a/app/Template/link/edit.php
+++ b/app/Template/link/edit.php
@@ -2,7 +2,7 @@
= t('Link modification') ?>
-
\ No newline at end of file
+
diff --git a/app/Template/link/index.php b/app/Template/link/index.php
index 1475bd50..7e32069a 100644
--- a/app/Template/link/index.php
+++ b/app/Template/link/index.php
@@ -18,9 +18,9 @@
@@ -30,4 +30,4 @@
= t('There is no link.') ?>
-= $this->render('link/create', array('values' => $values, 'errors' => $errors)) ?>
\ No newline at end of file
+= $this->render('link/create', array('values' => $values, 'errors' => $errors)) ?>
diff --git a/app/Template/link/remove.php b/app/Template/link/remove.php
index 12ca14bb..b7fbef5e 100644
--- a/app/Template/link/remove.php
+++ b/app/Template/link/remove.php
@@ -8,8 +8,8 @@
- = $this->url->link(t('Edit'), 'link', 'edit', array('link_id' => $link['id'])) ?>
+ = $this->url->link(t('Edit'), 'LinkController', 'edit', array('link_id' => $link['id'])) ?>
= t('or') ?>
- = $this->url->link(t('Remove'), 'link', 'confirm', array('link_id' => $link['id'])) ?>
+ = $this->url->link(t('Remove'), 'LinkController', 'confirm', array('link_id' => $link['id'])) ?>