DEV: Use path instead of absolute URL for theme test links (#17172)

In development, this avoids the surprising switch from ember-cli to rails
This commit is contained in:
David Taylor 2022-06-21 11:32:46 +01:00 committed by GitHub
parent 115859964d
commit 47a7b4cad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<%- else %>
<h3>Select a theme/component: </h3>
<%- @suggested_themes.each do |(id, name)| %>
<h4><%= link_to name, theme_qunit_url(id: id) %></h4>
<h4><%= link_to name, theme_qunit_path(id: id) %></h4>
<%- end %>
<%- end %>
<%- end %>