about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorSJang1 <git@sjang.dev>2022-11-04 08:13:07 +0900
committerGitHub <noreply@github.com>2022-11-04 00:13:07 +0100
commit053dac2afa7a1da65204d336f19794ae8db23f27 (patch)
treea1d01e5be4e7583c5c213279060b852cc4f38364 /app/views/layouts/application.html.haml
parent9387beb3b381e3f164eb538f178d9b543b7fcf40 (diff)
Remove meta tag for official iOS app (#19656)
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rwxr-xr-xapp/views/layouts/application.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index fb5ba5cb0..7b9434d6f 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -23,7 +23,6 @@
     %link{ rel: 'manifest', href: manifest_path(format: :json) }/
     %meta{ name: 'theme-color', content: '#191b22' }/
     %meta{ name: 'apple-mobile-web-app-capable', content: 'yes' }/
-    %meta{ name: 'apple-itunes-app', content: 'app-id=1571998974' }/
 
     %title= content_for?(:page_title) ? safe_join([yield(:page_title).chomp.html_safe, title], ' - ') : title