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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
36c2a829
Commit
36c2a829
authored
May 04, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor scss
parent
7f215dd6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
12 deletions
+10
-12
app/assets/stylesheets/pages/geo_nodes.scss
app/assets/stylesheets/pages/geo_nodes.scss
+5
-7
app/views/admin/geo_nodes/index.html.haml
app/views/admin/geo_nodes/index.html.haml
+5
-5
No files found.
app/assets/stylesheets/pages/geo_nodes.scss
View file @
36c2a829
...
...
@@ -26,7 +26,6 @@
}
.node-info
{
font-weight
:
bold
;
color
:
$gl-text-color
;
}
...
...
@@ -52,13 +51,12 @@
}
.node-actions
{
position
:
absolute
;
right
:
15px
;
top
:
10px
;
margin-top
:
10px
;
@media
(
max-width
:
$screen-xs-max
)
{
position
:
initial
;
margin-top
:
10px
;
@media
(
min-width
:
$screen-md-min
)
{
position
:
absolute
;
right
:
15px
;
top
:
10px
;
}
.btn
:not
(
:first-of-type
)
{
...
...
app/views/admin/geo_nodes/index.html.haml
View file @
36c2a829
...
...
@@ -35,23 +35,23 @@
%p
%span
.help-block
Repositories synced:
%s
pan
.node-info.js-repositories-synced
%s
trong
.node-info.js-repositories-synced
%p
%span
.help-block
Repositories failed:
%s
pan
.node-info.js-repositories-failed
%s
trong
.node-info.js-repositories-failed
%p
%span
.help-block
LFS objects synced:
%s
pan
.node-info.js-lfs-objects-synced
%s
trong
.node-info.js-lfs-objects-synced
%p
%span
.help-block
Attachments synced:
%s
pan
.node-info.js-attachments-synced
%s
trong
.node-info.js-attachments-synced
%p
.js-health
-
if
node
.
current?
&&
node
.
primary?
-
if
node
.
current?
==
node
.
primary?
.node-actions
-
if
Gitlab
::
Geo
.
license_allows?
-
if
node
.
missing_oauth_application?
...
...
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