fixed search result link for experiment [fixes SCI-347]

This commit is contained in:
zmagod 2016-08-22 15:35:47 +02:00
parent ed1cd193ac
commit 9a05935067

View file

@ -12,7 +12,7 @@
<% end %>
<% else %>
<% if can_view_experiment(experiment) %>
<a href="<%= experiment_path(experiment) %>">
<a href="<%= canvas_experiment_path(experiment) %>">
<%= text %>
</a>
<% else %>