Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
smallhacks committed Apr 8, 2019
2 parents 55e5eb9 + 21f6a4e commit 4ad2cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/templates/admin/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3>{{_ 'admin--page-title'}}</h3>
<td>{{userCreatedAt}}</td>
<td>{{#if this.status.lastLogin.date}}{{livestamp this.status.lastLogin.date}}{{/if}}</td>
<td>
<a href="#" class="admin--user-change-password small">{{_ 'admin--users-change-password'}}</a>
<a href="#" data-userid="{{_id}}" class="admin--user-change-password small">{{_ 'admin--users-change-password'}}</a>
{{#unless admin}}
<a href="#" class="ml-3 small admin--user-delete text-danger">{{_ 'admin--users-delete'}}</a>
{{/unless}}
Expand Down
2 changes: 1 addition & 1 deletion src/private/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.28"
"version": "1.29"
}

0 comments on commit 4ad2cdb

Please sign in to comment.