added link to home folder
This commit is contained in:
@ -16,7 +16,11 @@
|
||||
<tbody>
|
||||
<% @accounts.each do |account| %>
|
||||
<tr>
|
||||
<td><%= account.home_folder %></td>
|
||||
<td>
|
||||
<a href="<%= "#{AppConfig.wwwroot}#{account.home_folder}"%>" target="_blank" rel="noopener">
|
||||
<%= account.home_folder %>
|
||||
</s>
|
||||
</td>
|
||||
<td><%= account.username %></td>
|
||||
<td class="passwd" data-id="passwd">
|
||||
<%= link_to reveal_password_path(account.id), remote: true do %>
|
||||
|
Reference in New Issue
Block a user