Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
aeafbf3f
Commit
aeafbf3f
authored
13 years ago
by
Gregor Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up title and html header in help views
parent
8fb5e8b2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/help/wiki_syntax.html.erb
+9
-10
9 additions, 10 deletions
app/views/help/wiki_syntax.html.erb
app/views/help/wiki_syntax_detailed.html.erb
+2
-2
2 additions, 2 deletions
app/views/help/wiki_syntax_detailed.html.erb
with
11 additions
and
12 deletions
app/views/help/wiki_syntax.html.erb
+
9
−
10
View file @
aeafbf3f
...
...
@@ -2,17 +2,16 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Style-Type"
content=
"text/css"
/>
<title>
Wiki formatting
</title>
<title>
Wiki Syntax Quick Reference
</title>
<style
type=
"text/css"
>
h1
{
font-family
:
Verdana
,
sans-serif
;
font-size
:
14px
;
text-align
:
center
;
color
:
#444
;
}
body
{
font-family
:
Verdana
,
sans-serif
;
font-size
:
12px
;
color
:
#444
;
}
table
th
{
padding-top
:
1em
;
}
table
td
{
vertical-align
:
top
;
background-color
:
#f5f5f5
;
height
:
2em
;
vertical-align
:
middle
;}
table
td
code
{
font-size
:
1.2em
;
}
table
td
h1
{
font-size
:
1.8em
;
text-align
:
left
;
}
table
td
h2
{
font-size
:
1.4em
;
text-align
:
left
;
}
table
td
h3
{
font-size
:
1.2em
;
text-align
:
left
;
}
h1
{
font-family
:
Verdana
,
sans-serif
;
font-size
:
14px
;
text-align
:
center
;
color
:
#444
;
}
body
{
font-family
:
Verdana
,
sans-serif
;
font-size
:
12px
;
color
:
#444
;
}
table
th
{
padding-top
:
1em
;
}
table
td
{
vertical-align
:
top
;
background-color
:
#f5f5f5
;
height
:
2em
;
vertical-align
:
middle
;}
table
td
code
{
font-size
:
1.2em
;
}
table
td
h1
{
font-size
:
1.8em
;
text-align
:
left
;
}
table
td
h2
{
font-size
:
1.4em
;
text-align
:
left
;
}
table
td
h3
{
font-size
:
1.2em
;
text-align
:
left
;
}
</style>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
app/views/help/wiki_syntax_detailed.html.erb
+
2
−
2
View file @
aeafbf3f
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.
1
//EN" "http://www.w3.org/TR/xhtml1
1
/DTD/xhtml1
1
.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.
0 Transitional
//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1
-transitional
.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en"
>
<head>
<title>
Redmine
WikiFormatting
</title>
<title>
Wiki
Formatting
</title>
<meta
http-equiv=
"content-type"
content=
"text/html; charset=utf-8"
/>
<style
type=
"text/css"
>
body
{
font
:
80%
Verdana
,
Tahoma
,
Arial
,
sans-serif
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment