app/views/users/index.html.erb in tkh_authentication-0.0.5 vs app/views/users/index.html.erb in tkh_authentication-0.0.6

- old
+ new

@@ -12,10 +12,10 @@ <tbody> <% @users.each do |user| %> <tr> <td><%= user.name %></td> <td><%= user.email %></td> - <td><%= user.admin? ? 'YES' : 'no' %></td> + <td><%= user.admin? ? '✓' : 'X' %></td> </tr> <% end %> </tbody> </table> \ No newline at end of file