diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index 35d90864..0367b47b 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -1,6 +1,6 @@ -

<%=h @status %>

- -

<%=h @message %>

-

Back

- -<% html_title @status %> +

<%=h @status %>

+ +

<%=h @message %>

+

Back

+ +<% html_title @status %> diff --git a/app/views/help/wiki_syntax_detailed.html.erb b/app/views/help/wiki_syntax_detailed.html.erb index 0127efd7..b25911d0 100644 --- a/app/views/help/wiki_syntax_detailed.html.erb +++ b/app/views/help/wiki_syntax_detailed.html.erb @@ -1,112 +1,112 @@ -<% content_for :styles do %> - body { font:80% Verdana,Tahoma,Arial,sans-serif; } - h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } - pre, code { font-size:120%; } - pre code { font-size:100%; } - pre { - margin: 1em 1em 1em 1.6em; - padding: 2px; - background-color: #fafafa; - border: 1px solid #dadada; - width:95%; - overflow-x: auto; - } - a.new { color: #b73535; } - - .CodeRay .c { color:#666; } - - .CodeRay .cl { color:#B06; font-weight:bold } - .CodeRay .dl { color:black } - .CodeRay .fu { color:#06B; font-weight:bold } - - .CodeRay .il { background: #eee } - .CodeRay .il .idl { font-weight: bold; color: #888 } - - .CodeRay .iv { color:#33B } - .CodeRay .r { color:#080; font-weight:bold } - - .CodeRay .s { background-color:#fff0f0 } - .CodeRay .s .dl { color:#710 } -<% end %> - -<% html_title "Wiki Formatting" %> -

Wiki Formatting

- -

Links

- -

ChiliProject links

- -

ChiliProject allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.

- - -

Wiki links:

- - - -

You can also link to pages of an other project wiki:

- - - -

Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

- +<% content_for :styles do %> + body { font:80% Verdana,Tahoma,Arial,sans-serif; } + h1, h2, h3, h4 { font-family: Trebuchet MS,Georgia,"Times New Roman",serif; } + pre, code { font-size:120%; } + pre code { font-size:100%; } + pre { + margin: 1em 1em 1em 1.6em; + padding: 2px; + background-color: #fafafa; + border: 1px solid #dadada; + width:95%; + overflow-x: auto; + } + a.new { color: #b73535; } + + .CodeRay .c { color:#666; } + + .CodeRay .cl { color:#B06; font-weight:bold } + .CodeRay .dl { color:black } + .CodeRay .fu { color:#06B; font-weight:bold } + + .CodeRay .il { background: #eee } + .CodeRay .il .idl { font-weight: bold; color: #888 } + + .CodeRay .iv { color:#33B } + .CodeRay .r { color:#080; font-weight:bold } + + .CodeRay .s { background-color:#fff0f0 } + .CodeRay .s .dl { color:#710 } +<% end %> + +<% html_title "Wiki Formatting" %> +

Wiki Formatting

+ +

Links

+ +

ChiliProject links

+ +

ChiliProject allows hyperlinking between issues, changesets and wiki pages from anywhere wiki formatting is used.

+ + +

Wiki links:

+ + + +

You can also link to pages of an other project wiki:

+ + + +

Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.

+

Links to other resources:

- -