Skip to content

Commit

Permalink
데이터 추가 화면에서 관련정보 항목 추가 버튼 이름을 활용사례 추가로 바꿉니다. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagurano authored Feb 17, 2021
1 parent f39d1d0 commit 5026ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/data_sets/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#links-items
= f.simple_fields_for :links do |link|
= render 'link_fields', f: link
= link_to_add_association '관련정보 항목 추가 +', f, :links, class: "btn btn-outline-primary btn-full", data: {"association-insertion-node" => "#links-items", "association-insertion-method" => "append"}
= link_to_add_association '활용사례 추가 +', f, :links, class: "btn btn-outline-primary btn-full", data: {"association-insertion-node" => "#links-items", "association-insertion-method" => "append"}

%hr.hr-width-2.my-5

Expand Down

0 comments on commit 5026ced

Please sign in to comment.