-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from smallhacks/dev
Major update
- Loading branch information
Showing
54 changed files
with
734 additions
and
471 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,4 @@ teamon:tinymce | |
tomi:upload-jquery@=2.2.3 | ||
tomi:upload-server | ||
chrismbeckett:toastr | ||
reywood:iron-router-ga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ [email protected] | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
reywood:[email protected] | ||
[email protected] | ||
ryanswapp:[email protected] | ||
rzymek:[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
<template name="resetPassword"> | ||
<div class="reset-password"> | ||
<div class="page-title">{{_ 'reset-password--page-title'}}</div> | ||
<form id="login--form" class="login--form"> | ||
<div class="login--wrapper"> | ||
<label><b>{{_ 'reset-password--new-password'}}</b></label><br /> | ||
<input type="password" name="" class="form-control" id="password" value=""><br /> | ||
</div> | ||
<div class="login--button-wrapper"> | ||
<button type="submit" class="button button-primary reset-password--button-submit">{{_ 'reset-password--button-submit'}}</button> | ||
</div> | ||
</form> | ||
<div class="login--register-link-wrapper"> | ||
<span>{{_ 'login--register'}}<br /><br /> | ||
<a href="{{pathFor 'register'}}"> {{_ 'login--register-link'}}</a> ! | ||
</span> | ||
<div class="container"> | ||
<div class="row justify-content-center"> | ||
<div class="col-sm-12 col-lg-8 pt-4 pl-4 pr-4 pb-3 text-center"> | ||
<h1 class="mb-5">{{_ 'reset-password--page-title'}}</h1> | ||
<div class="text-justify"> | ||
<form id="login--form" class="login--form"> | ||
<div class="login--wrapper"> | ||
<label><b>{{_ 'reset-password--new-password'}}</b></label><br /> | ||
<input type="password" name="" class="form-control" id="password" value=""><br /> | ||
</div> | ||
<div class="login--button-wrapper"> | ||
<button type="button" class="btn btn-primary w-100 reset-password--button-submit">{{_ 'reset-password--button-submit'}}</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.