Remove superfluous app_url from nav links index (#13302)

This commit is contained in:
Julianna Tetreault 2021-04-07 11:50:10 -06:00 committed by GitHub
parent 7d9ce63e05
commit d5637105c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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| %>