Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Mar 5, 2024
1 parent 759e50e commit e89d763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h4 class="modal-title">{{token}}</h4>
</div>
<div class="modal-footer">
<input type="submit" class="btn btn-primary btn-raised" id="confirmCreate" value="{{create}}" data-loading-text="{{create}} ..." data-complete-text="{{create}}" />
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">
<button class="btn btn-link" data-dismiss="modal">
{{cancel}}
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h4 class="modal-title" id="_login_label">{{title-login}}</h4>
<span id="_login_msgbox" class="label"></span>
<input type="submit"
class="btn btn-success btn-raised" id="_login_save" value="{{submit-login}}">
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">
<button class="btn btn-link" data-dismiss="modal">
{{cancel}}
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4 id="myModalLabel"></h4>
<div class="modal-footer">
<input type="submit" class="btn btn-primary btn-raised" id="save" value="{{save}}">
<input type="submit" class="btn btn-success btn-raised" id="create" value="{{create}}">
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true">
<button class="btn btn-link" data-dismiss="modal">
{{cancel}}
</button>
</div>
Expand Down

0 comments on commit e89d763

Please sign in to comment.