link url in show
This commit is contained in:
parent
124a523e51
commit
0d2e10d243
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ div id=dom_id(check)
|
|||
td = check.external_number
|
||||
tr
|
||||
th = Check.human_attribute_name(:external_url)
|
||||
td = check.external_url
|
||||
td = link_to(check.external_url, check.external_url, target: :_blank)
|
||||
tr
|
||||
th = Check.human_attribute_name(:conformity_level)
|
||||
td = check.conformity_level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue