Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
bpresles
Cesium
Commits
b3df3448
Commit
b3df3448
authored
6 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Home: fix home button alignment
parent
9eb32454
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/templates/home/home.html
+12
-13
12 additions, 13 deletions
www/templates/home/home.html
with
12 additions
and
13 deletions
www/templates/home/home.html
+
12
−
13
View file @
b3df3448
...
@@ -13,21 +13,20 @@
...
@@ -13,21 +13,20 @@
<span
ng-show=
"!loading"
translate-values=
":currency:{currency: $root.currency.name}"
translate
>
HOME.MESSAGE
</span>
<span
ng-show=
"!loading"
translate-values=
":currency:{currency: $root.currency.name}"
translate
>
HOME.MESSAGE
</span>
</h4>
</h4>
<div
class=
"center padding"
>
<div
class=
"center padding"
ng-if=
"loading"
>
<ion-spinner
icon=
"android"
></ion-spinner>
<ion-spinner
icon=
"android"
ng-if=
"loading"
></ion-spinner
>
</div
>
<div
class=
"animate-fade-in animate-show-hide ng-hide"
ng-show=
"!loading && error"
>
<div
class=
"
center padding
animate-fade-in animate-show-hide ng-hide"
ng-show=
"!loading && error"
>
<div
class=
"card card-item padding"
>
<div
class=
"card card-item padding"
>
<p
class=
"item-content item-text-wrap"
>
<p
class=
"item-content item-text-wrap"
>
<span
class=
"dark"
trust-as-html=
"'HOME.CONNECTION_ERROR'|translate:node"
></span>
<span
class=
"dark"
trust-as-html=
"'HOME.CONNECTION_ERROR'|translate:node"
></span>
</p>
</p>
<!-- Retry -->
<!-- Retry -->
<button
type=
"button"
<button
type=
"button"
class=
"button button-positive icon icon-left ion-refresh ink"
class=
"button button-positive icon icon-left ion-refresh ink"
ng-click=
"reload()"
>
{{'COMMON.BTN_REFRESH'|translate}}
</button>
ng-click=
"reload()"
>
{{'COMMON.BTN_REFRESH'|translate}}
</button>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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