You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: app/views/directives/next-steps.html
+12-6
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
<spanclass="sr-only">Pending</span>
6
6
<divclass="results-message">
7
7
<h1class="h3">
8
-
<strong>{{$ctrl.name}}</strong> is being created<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong></span>.
<strong>{{$ctrl.name}}</strong> is being {{$ctrl.actionLabel}}<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong></span>.
9
10
</h1>
10
11
</div>
11
12
</div>
@@ -16,17 +17,21 @@ <h1 class="h3">
16
17
<spanclass="sr-only">Error</span>
17
18
<divclass="results-message">
18
19
<h1class="h3">
19
-
<strong>{{$ctrl.name}}</strong> failed to be created<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong></span>.
<strong>{{$ctrl.name}}</strong> failed to be {{$ctrl.actionLabel}}<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong></span>.
20
22
</h1>
21
23
</div>
22
24
</div>
23
25
</div>
24
-
<!-- if the user refreshes the next steps page -->
<strong>{{$ctrl.name}}</strong> has been {{$ctrl.actionLabel}}<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong> successfully</span>.
30
35
</h1>
31
36
</div>
32
37
</div>
@@ -37,7 +42,8 @@ <h1 class="h3">
37
42
<spanclass="sr-only">Success</span>
38
43
<divclass="results-message">
39
44
<h1class="h3">
40
-
<strong>{{$ctrl.name}}</strong> has been created<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong> successfully</span>.
<strong>{{$ctrl.name}}</strong> has been {{$ctrl.actionLabel}}<spanng-if="$ctrl.showProjectName && $ctrl.projectName"> in <strong>{{$ctrl.projectName}}</strong> successfully</span>.
0 commit comments