Remove superfluous app_url from nav links index (#13302)
This commit is contained in:
parent
7d9ce63e05
commit
d5637105c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="ml-5">
|
||||
<div class="my-5"> Configure the left sidebar navigation links that appear at <a href="<%= app_url %>"<%= app_url %>""><%= app_url %></a> using the form below:</div>
|
||||
<div class="my-5"> Configure the left sidebar navigation links that appear at <a href="<%= app_url %>"><%= app_url %></a> using the form below:</div>
|
||||
|
||||
<%= render "add_navigation_link_modal" %>
|
||||
<% @navigation_links.each do |link| %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue