Sha256: 16a19640a8c4456218d2dbc9d916b22c7542214b47020c2074a99471c73070a6

Contents?: true

Size: 1.97 KB

Versions: 62

Compression:

Stored size: 1.97 KB

Contents

<div class="newform">
  <fieldset class="form">

    <legend translate>Edit Profile</legend>

    <div class="row">
      <div class="small-4 columns">
        <label for="first_name" translate>First Name :</label>
        <input  id="id_first_name" type="text" name="first_name"  required ng-model="first_name" required>
        <small id="id_first_name_msg"></small>
      </div>

      <div class="small-4 columns float-left small-offset-2">
        <label for="last_name" translate>Last Name :</label>
        <input  id="id_last_name" type="text" name="last_name"  required ng-model="last_name">
        <small id="id_last_name_msg"></small>

      </div>
    </div>

    <div class="row">
      <div class="small-4 columns">
        <label for="password" translate>Password :</label>
        <input  id="id_password" type="password" name="password"  required ng-model="password" required>
        <small id="id_first_name_msg"></small>
      </div>

      <div class="small-4 columns float-left small-offset-2">
        <label for="password_confirmation" translate>Confirm Password :</label>
        <input  id="id_password_confirmation" type="password" name="password_confirmation"  required ng-model="password_confirmation">
        <small id="id_password_confirmation_msg"></small>

      </div>
    </div>
    <div class="row">

      <div class="small-4 columns">
        <label for="email" translate>E-mail :</label>
        <input  id="id_email" type="email" name="email" required ng-model="email">
        <small id="id_email_msg"></small>

      </div>
    </div>

  </fieldset>

  <div class="row">
    <div class="small-4 columns">
      <button ng-click="save()" class="btn small green" ng-disabled="form.first_name.$pristine || form.first_name.$dirty && form.fist_name.$invalid"><i class="fa fa-check"></i> <span translate>Save</span></button>
      <button ng-click="cancel()" class="btn small red"><i class="fa fa-times"></i> <span translate>Cancel</span></button>
    </div>
  </div>

</div>

Version data entries

62 entries across 62 versions & 3 rubygems

Version Path
faalis-2.2.0.pre.rc1 app/views/angular/auth/profile/edit.html
faalis-2.2.1 app/views/angular/auth/profile/edit.html
underworld-1.0.0 app/views/angular/auth/profile/edit.html
faalis-2.2.0 app/views/angular/auth/profile/edit.html
faalis-2.1.1 app/views/angular/auth/profile/edit.html
faalis-2.1.0 app/views/angular/auth/profile/edit.html
faalis-2.0.8 app/views/angular/auth/profile/edit.html
faalis-2.0.7 app/views/angular/auth/profile/edit.html
faalis-2.0.5 app/views/angular/auth/profile/edit.html
faalis-2.0.4 app/views/angular/auth/profile/edit.html
faalis-2.0.3 app/views/angular/auth/profile/edit.html
faalis-2.0.1 app/views/angular/auth/profile/edit.html
faalis-2.0.0 app/views/angular/auth/profile/edit.html
faalis-2.0.0.rc6 app/views/angular/auth/profile/edit.html
faalis-2.0.0.rc5 app/views/angular/auth/profile/edit.html
faalis-2.0.0.rc4 app/views/angular/auth/profile/edit.html
faalis-2.0.0.rc3 app/views/angular/auth/profile/edit.html
faalis-2.0.0.rc2 app/views/angular/auth/profile/edit.html
faalis-1.0.0 app/views/angular/auth/profile/edit.html
dashstrap-1.1.0 app/views/angular/auth/profile/edit.html