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:
parent
115859964d
commit
47a7b4cad0
|
@ -41,7 +41,7 @@
|
||||||
<%- else %>
|
<%- else %>
|
||||||
<h3>Select a theme/component: </h3>
|
<h3>Select a theme/component: </h3>
|
||||||
<%- @suggested_themes.each do |(id, name)| %>
|
<%- @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 %>
|
<%- end %>
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
Loading…
Reference in New Issue