mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 22:53:06 +08:00
fixes edin/destory button on repository page after redirected from columns_management page [fixes SCI-2293]
This commit is contained in:
parent
d466fdf8e8
commit
3c5ce09bcd
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…
Reference in a new issue