From 1d7c03c912e1064edd8dfb293210a217aba48dd6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 18 Feb 2011 10:16:53 -0600 Subject: use 'view' instead of 'page' for the action name --- root/templates/edit.tt | 2 +- root/templates/history.tt | 4 ++-- root/templates/page.tt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'root') diff --git a/root/templates/edit.tt b/root/templates/edit.tt index 4b5c811..273145e 100644 --- a/root/templates/edit.tt +++ b/root/templates/edit.tt @@ -1,5 +1,5 @@ [% WRAPPER 'wrappers/root.tt' %] -

View

+

View

diff --git a/root/templates/history.tt b/root/templates/history.tt index 1393b7e..d77358d 100644 --- a/root/templates/history.tt +++ b/root/templates/history.tt @@ -1,9 +1,9 @@ [% WRAPPER 'wrappers/root.tt' %] -

View Current

+

View Current

diff --git a/root/templates/page.tt b/root/templates/page.tt index 69d5213..58c2546 100644 --- a/root/templates/page.tt +++ b/root/templates/page.tt @@ -1,7 +1,7 @@ [% WRAPPER 'wrappers/root.tt' %] [% IF historical %]

This is a historical view of this page

-

View Current

+

View Current

[% ELSE %]

Edit

[% END %] -- cgit v1.2.3-54-g00ecf