diff --git a/templates/main/usersList.html.ep b/templates/main/usersList.html.ep index ab713c4..e153fcd 100644 --- a/templates/main/usersList.html.ep +++ b/templates/main/usersList.html.ep @@ -14,13 +14,6 @@ gemini %} - % if ($user->{has_page}) { -
  • - ~<%=$user->{username} %>
  • - % } else { -
  • ~<%= $user->{username} %>
  • - % } % }