mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fixed non .js errors hound
This commit is contained in:
parent
36cca3d6aa
commit
601335a807
1 changed files with 7 additions and 7 deletions
|
@ -199,14 +199,14 @@ class ProtocolsDatatable < CustomDatatable
|
|||
end
|
||||
|
||||
def modules_html(record)
|
||||
"<a href='#' data-action='load-linked-children' class='popover_v2' " +
|
||||
"<a href='#' data-action='load-linked-children' class='popover_v2' " \
|
||||
"data-popoverlink='" +
|
||||
I18n.t('popover_test.link.protocol.num_linked') +
|
||||
"' data-popovercontent='" +
|
||||
I18n.t('popover_test.text.protocol.num_linked') +
|
||||
"' data-url='#{linked_children_protocol_path(record)}'>" +
|
||||
"#{record.nr_of_linked_children}" +
|
||||
"</a>"
|
||||
I18n.t('popover_test.link.protocol.num_linked') +
|
||||
"' data-popovercontent='" +
|
||||
I18n.t('popover_test.text.protocol.num_linked') +
|
||||
"' data-url='#{linked_children_protocol_path(record)}'>" \
|
||||
"#{record.nr_of_linked_children}" \
|
||||
"</a>"
|
||||
end
|
||||
|
||||
def timestamp_column_html(record)
|
||||
|
|
Loading…
Reference in a new issue