8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
h1
|
|
= @code_harbor_link
|
|
= render('shared/edit_button', object: @code_harbor_link)
|
|
|
|
- %w[oauth2token].each do |attribute|
|
|
= row(label: "code_harbor_link.#{attribute}") do
|
|
= content_tag(:input, nil, class: 'form-control', readonly: true, value: @code_harbor_link.send(attribute))
|