Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
83f4735b
Commit
83f4735b
authored
Jun 21, 2014
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace HTML5 obsolete center element with CSS.
Fix #6901. Would generate invalid HTML5.
parent
d1e424bd
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
12 additions
and
11 deletions
+12
-11
app/assets/stylesheets/generic/common.scss
app/assets/stylesheets/generic/common.scss
+1
-0
app/views/layouts/devise.html.haml
app/views/layouts/devise.html.haml
+1
-1
app/views/layouts/errors.html.haml
app/views/layouts/errors.html.haml
+1
-1
app/views/projects/blob/_download.html.haml
app/views/projects/blob/_download.html.haml
+1
-1
app/views/projects/compare/show.html.haml
app/views/projects/compare/show.html.haml
+1
-1
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+1
-1
app/views/projects/edit_tree/show.html.haml
app/views/projects/edit_tree/show.html.haml
+1
-1
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
app/views/projects/import.html.haml
app/views/projects/import.html.haml
+2
-2
app/views/projects/merge_requests/_new_compare.html.haml
app/views/projects/merge_requests/_new_compare.html.haml
+1
-1
app/views/projects/new.html.haml
app/views/projects/new.html.haml
+1
-1
No files found.
app/assets/stylesheets/generic/common.scss
View file @
83f4735b
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
.append-bottom-15
{
margin-bottom
:
15px
}
.append-bottom-15
{
margin-bottom
:
15px
}
.append-bottom-20
{
margin-bottom
:
20px
}
.append-bottom-20
{
margin-bottom
:
20px
}
.inline
{
display
:
inline-block
}
.inline
{
display
:
inline-block
}
.center
{
text-align
:
center
}
.underlined-link
{
text-decoration
:
underline
;
}
.underlined-link
{
text-decoration
:
underline
;
}
.hint
{
font-style
:
italic
;
color
:
#999
;
}
.hint
{
font-style
:
italic
;
color
:
#999
;
}
...
...
app/views/layouts/devise.html.haml
View file @
83f4735b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
=
render
"layouts/flash"
=
render
"layouts/flash"
.container
.container
.content
.content
%
center
.
center
%h1
GitLab
%h1
GitLab
%p
.light
%p
.light
GitLab is open source software to collaborate on code.
GitLab is open source software to collaborate on code.
...
...
app/views/layouts/errors.html.haml
View file @
83f4735b
...
@@ -6,5 +6,5 @@
...
@@ -6,5 +6,5 @@
=
render
"layouts/flash"
=
render
"layouts/flash"
.container
.container
.content
.content
%
center
.padded.prepend-top-20
.
center.padded.prepend-top-20
=
yield
=
yield
app/views/projects/blob/_download.html.haml
View file @
83f4735b
.file-content.blob_file.blob-no-preview
.file-content.blob_file.blob-no-preview
%
center
.
center
=
link_to
project_raw_path
(
@project
,
@id
)
do
=
link_to
project_raw_path
(
@project
,
@id
)
do
%h1
.light
%h1
.light
%i
.icon-download-alt
%i
.icon-download-alt
...
...
app/views/projects/compare/show.html.haml
View file @
83f4735b
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
-
else
-
else
.light-well
.light-well
%
center
.
center
%h4
%h4
There isn't anything to compare.
There isn't anything to compare.
%p
.slead
%p
.slead
...
...
app/views/projects/edit.html.haml
View file @
83f4735b
...
@@ -183,7 +183,7 @@
...
@@ -183,7 +183,7 @@
.nothing-here-block
Only project owner can remove a project
.nothing-here-block
Only project owner can remove a project
.save-project-loader.hide
.save-project-loader.hide
%
center
.
center
%h2
%h2
%i
.icon-spinner.icon-spin
%i
.icon-spinner.icon-spin
Saving project.
Saving project.
...
...
app/views/projects/edit_tree/show.html.haml
View file @
83f4735b
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
.file-content.code
.file-content.code
%pre
.js-edit-mode-pane
#editor
=
@blob
.
data
%pre
.js-edit-mode-pane
#editor
=
@blob
.
data
.js-edit-mode-pane
#preview
.hide
.js-edit-mode-pane
#preview
.hide
%
center
.
center
%h2
%h2
%i
.icon-spinner.icon-spin
%i
.icon-spinner.icon-spin
...
...
app/views/projects/graphs/show.html.haml
View file @
83f4735b
.loading-graph
.loading-graph
%
center
.
center
%h3
.page-title
%h3
.page-title
%i
.icon-spinner.icon-spin
%i
.icon-spinner.icon-spin
Building repository graph.
Building repository graph.
...
...
app/views/projects/import.html.haml
View file @
83f4735b
-
if
@project
.
import_in_progress?
-
if
@project
.
import_in_progress?
.save-project-loader
.save-project-loader
%
center
.
center
%h2
%h2
%i
.icon-spinner.icon-spin
%i
.icon-spinner.icon-spin
Import in progress.
Import in progress.
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
-
elsif
@project
.
import_failed?
-
elsif
@project
.
import_failed?
.save-project-loader
.save-project-loader
%
center
.
center
%h2
%h2
Import failed. Retry?
Import failed. Retry?
%hr
%hr
...
...
app/views/projects/merge_requests/_new_compare.html.haml
View file @
83f4735b
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
%p
We can't compare selected branches. It may be because of huge diff or satellite timeout. Please try again or select different branches.
%p
We can't compare selected branches. It may be because of huge diff or satellite timeout. Please try again or select different branches.
-
else
-
else
.light-well
.light-well
%
center
.
center
%h4
%h4
There isn't anything to merge.
There isn't anything to merge.
%p
.slead
%p
.slead
...
...
app/views/projects/new.html.haml
View file @
83f4735b
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
Create a group
Create a group
.save-project-loader.hide
.save-project-loader.hide
%
center
.
center
%h2
%h2
%i
.icon-spinner.icon-spin
%i
.icon-spinner.icon-spin
Creating project
&
repository.
Creating project
&
repository.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment