mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Merge pull request #83 from ZmagoD/zd_SCI_347
Fixes search result link for experiment [fixes SCI-347]
This commit is contained in:
commit
d67997fa8b
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