Add initial back to my apps link
This commit is contained in:
@@ -452,6 +452,18 @@ multiselect {
|
|||||||
.col-md-8 {
|
.col-md-8 {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.back-to-apps-link {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 45px;
|
||||||
|
padding: 20px;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-indicator {
|
.task-indicator {
|
||||||
|
|||||||
+2
-1
@@ -113,9 +113,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="content content-large app-configure">
|
<div class="content content-large app-configure">
|
||||||
|
|
||||||
|
<a href="/#/apps" class="back-to-apps-link">Back to My Apps</a>
|
||||||
|
|
||||||
<div class="task-indicator animateMe" ng-show="app.taskId">
|
<div class="task-indicator animateMe" ng-show="app.taskId">
|
||||||
<i class="fa fa-circle-notch fa-spin"></i>
|
<i class="fa fa-circle-notch fa-spin"></i>
|
||||||
<span>{{ app | installationStateLabel:user }}</span>
|
<span>{{ app | installationStateLabel:user }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user