From dce8941a624f3d0283a6ee3958843c55bd7280b1 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 24 Jan 2013 22:17:40 +0100 Subject: [PATCH] always try to open registration in same target --- app/partials/list.html.ep | 2 +- app/registration/view.html.ep | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/partials/list.html.ep b/app/partials/list.html.ep index e62c88a..f5b84a7 100644 --- a/app/partials/list.html.ep +++ b/app/partials/list.html.ep @@ -80,7 +80,7 @@ Search
%= include 'registration/view', before => begin {{registration.nr}} -change status +change status % end
diff --git a/app/registration/view.html.ep b/app/registration/view.html.ep index fc66c39..f64a1cc 100644 --- a/app/registration/view.html.ep +++ b/app/registration/view.html.ep @@ -3,10 +3,10 @@ %= $before->() % } - edit + {{registration.id}} + {{registration.id}} {{registration.state}} % if ( $lang =~ m/-dev/ ) { couchdb -- 2.20.1