Skip to content

Commit

Permalink
Merge pull request #1698 from mmohring/master
Browse files Browse the repository at this point in the history
[webui] reenable adding users in /users WebUI
  • Loading branch information
bgeuken committed Apr 11, 2016
2 parents 15a93f2 + ea8e9f9 commit 32e7c82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api/app/views/webui/user/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
= render :partial => 'webui/configuration/tabs'
%p
Manage users.
%p
= link_to(sprited_text('user_add', ' Create new user'), :controller => :user, :action => :register_user)

- unless @users.empty?
%table#user_table
Expand All @@ -30,9 +32,6 @@
%p
%i
There are no users configured
%p
= link_to(sprited_text('user_add', ' Create new user'), :controller => :user, :action => :register_user)


:javascript
$(document).ready(function() {
Expand Down

0 comments on commit 32e7c82

Please sign in to comment.