From 51d73a78fd5501208e1bc09acf87a2a194e0e903 Mon Sep 17 00:00:00 2001 From: Ohyeon Date: Tue, 3 Mar 2020 14:16:27 +0900 Subject: [PATCH] fix community url. --- app/views/application/_aside.html.haml | 4 ++-- app/views/data_sets/show.html.haml | 2 +- app/views/layouts/application.html.haml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/application/_aside.html.haml b/app/views/application/_aside.html.haml index ab7e51d..82ee7e4 100644 --- a/app/views/application/_aside.html.haml +++ b/app/views/application/_aside.html.haml @@ -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" diff --git a/app/views/data_sets/show.html.haml b/app/views/data_sets/show.html.haml index 1a6c396..8727fff 100644 --- a/app/views/data_sets/show.html.haml +++ b/app/views/data_sets/show.html.haml @@ -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" \ No newline at end of file + = link_to "데이터에 관한 의견이 있으세요?", "https://democracy-activists.parti.xyz/p/data_activists", target: "_blank", class: "text-dark" \ No newline at end of file diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index f2ce2d6..3673894 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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