mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 07:05:57 +08:00
fix table titles
This commit is contained in:
parent
365eef506c
commit
2277af534c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
<div class="col-xs-12">
|
||||
<% step.tables.each do |table| %>
|
||||
<strong>
|
||||
<%= custom_auto_link(simple_format(table.name),
|
||||
<%= auto_link(simple_format(table.name),
|
||||
link: :urls,
|
||||
html: { target: '_blank' }) %>
|
||||
</strong>
|
||||
|
|
Loading…
Add table
Reference in a new issue