mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
fixed search result link for experiment [fixes SCI-347]
This commit is contained in:
parent
ed1cd193ac
commit
9a05935067
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue