Skip to content

Commit

Permalink
fix community url.
Browse files Browse the repository at this point in the history
  • Loading branch information
rest515 committed Mar 3, 2020
1 parent dbf0c3b commit 51d73a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/views/application/_aside.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
.media
= image_tag 'parti_symbol.png', width: 70, class: "mr-3"
.media-body
%h5.mt-0= link_to '빠띠 데이터 활동가 커뮤니티', "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
= link_to "데이터로 더 투명하고 신뢰하는 사회를 만듭니다", "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
%h5.mt-0= link_to '빠띠 데이터 활동가 커뮤니티', "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark"
= link_to "데이터로 더 투명하고 신뢰하는 사회를 만듭니다", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark"
2 changes: 1 addition & 1 deletion app/views/data_sets/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
.my-4
%h5.text-muted= DataSet.human_attribute_name("comments")
.my-4.p-4.border.bg-white
= link_to "데이터에 관한 의견이 있으세요?", "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
= link_to "데이터에 관한 의견이 있으세요?", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark"
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
= link_to '더 민주적인 세상, 빠띠 쿱', 'https://parti.coop', target: :blank, class: "text-dark"
%ul.list-inline
%li.list-inline-item
= link_to "문의", "https://democracy-activists.parti.xyz/p/datapublic", target: "_blank", class: "text-dark"
= link_to "문의", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark"
%li.list-inline-item
%a.text-dark{:href => "#"} 이용약관
%li.list-inline-item
Expand Down

0 comments on commit 51d73a7

Please sign in to comment.