mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-04 04:04:36 +08:00
Merge pull request #1090 from ZmagoD/zd_SCI_2293
fixes edin/destory button on repository page after redirected from co…
This commit is contained in:
commit
0815111cae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="row">
|
||||
<%= link_to t('libraries.repository_columns.index.back_to_repository_html', repository: @repository.name),
|
||||
repository_path(@repository),
|
||||
data: { turbolinks: false } %>
|
||||
data: { no_turbolink: false } %>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-left page-title">
|
||||
|
|
Loading…
Add table
Reference in a new issue