From 14561d998db07ca8bcb7e702c3c096714232a605 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Mon, 15 Dec 2008 13:19:22 -0600 Subject: [PATCH] A little whitespace cleanup in Views --- app/views/admin/create_system.rhtml | 2 +- app/views/admin/create_web.rhtml | 4 ++-- app/views/admin/edit_web.rhtml | 21 +++++++---------- app/views/file/file.rhtml | 6 ++--- app/views/file/import.rhtml | 6 ++--- app/views/layouts/default.rhtml | 28 +++++++++++------------ app/views/wiki/_inbound_links.rhtml | 8 +++---- app/views/wiki/authors.rhtml | 6 ++--- app/views/wiki/edit.rhtml | 6 ++--- app/views/wiki/export.rhtml | 2 +- app/views/wiki/feeds.rhtml | 6 ++--- app/views/wiki/list.rhtml | 31 +++++++++++++------------ app/views/wiki/locked.rhtml | 8 +++---- app/views/wiki/login.rhtml | 4 ++-- app/views/wiki/new.rhtml | 6 ++--- app/views/wiki/page.rhtml | 16 ++++++------- app/views/wiki/print.rhtml | 4 ++-- app/views/wiki/published.rhtml | 8 +++---- app/views/wiki/recently_revised.rhtml | 10 ++++---- app/views/wiki/revision.rhtml | 10 ++++---- app/views/wiki/rollback.rhtml | 6 ++--- app/views/wiki/search.rhtml | 22 +++++++++--------- app/views/wiki/web_list.rhtml | 33 +++++++++++++++------------ 23 files changed, 126 insertions(+), 127 deletions(-) diff --git a/app/views/admin/create_system.rhtml b/app/views/admin/create_system.rhtml index 40743c83..af61a060 100644 --- a/app/views/admin/create_system.rhtml +++ b/app/views/admin/create_system.rhtml @@ -1,4 +1,4 @@ -<% @title = "Instiki Setup"; @content_width = 500 %> +<%- @title = "Instiki Setup"; @content_width = 500 -%>

Congratulations on succesfully installing and starting Instiki. diff --git a/app/views/admin/create_web.rhtml b/app/views/admin/create_web.rhtml index 59caf044..eda68cfb 100644 --- a/app/views/admin/create_web.rhtml +++ b/app/views/admin/create_web.rhtml @@ -1,4 +1,4 @@ -<% @title = "New Wiki Web"; @content_width = 500 %> +<%- @title = "New Wiki Web"; @content_width = 500 -%>

Each web serves as an isolated name space for wiki pages, @@ -36,7 +36,7 @@

-<% end %> +<%- end -%>