Skip to content
Snippets Groups Projects
Verified Commit 5b7f0464 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix password list path display on server page

parent 48e0fe74
No related branches found
No related tags found
No related merge requests found
Pipeline #145879 failed
......@@ -76,7 +76,7 @@
<%- @passwordstate_server.password_lists.each do |list| -%>
<tr>
<td><%= list.password_list %></td>
<td><a href="<%= @passwordstate_server.get_list_url(list) %>" target="_blank"><%= list.full_path(true) %></a></td>
<td><a href="<%= @passwordstate_server.get_list_url(list) %>" target="_blank"><%= list.full_path(unix: true) %></a></td>
<td><%= list.description %></td>
</tr>
<%- end -%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment