minor changes

parent df02e9e2
......@@ -13,7 +13,7 @@
<div class="col-xs-3">
{{ showadd }}
<p class="text-left" ng-show="!slide.show">
<a ng-click="resetForm(); slide.show = true" class="btn btn-success btn-sm" role="button">
<a ng-click="resetForm(); slide.show = true; slide.state='accounts'"" class="btn btn-success btn-sm" role="button">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> {{ 'add_student' | translate }}
</a>
</p>
......
......@@ -143,7 +143,7 @@
<div ng-class="slide.back ? 'switch-animation-back' : 'switch-animation'" ng-switch-when="confirmation">
<h2>{{ 'user_created' | translate }} </h2>
<p> La nueva cuenta ya está disponible en su lista de alumnos.dev</p>
<p>La nueva cuenta ya está disponible en su lista de alumnos.</p>
<br>
<img src="img/child.png"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment