mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Use named route explicitly
This commit is contained in:
parent
3cea41e119
commit
e780005517
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<tr>
|
||||
<td><%= link_to api_user, admin_registrar_api_user_path(api_user.registrar, api_user) %></td>
|
||||
<td><%= link_to api_user.registrar, [:admin, api_user.registrar] %></td>
|
||||
<td><%= link_to api_user.registrar, admin_registrar_path(api_user.registrar) %></td>
|
||||
<td><%= api_user.active %></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue