You've already forked baupm-core
Initial commit
This commit is contained in:
21
app/views/application/_header.html.erb
Executable file
21
app/views/application/_header.html.erb
Executable file
@@ -0,0 +1,21 @@
|
||||
<%= javascript_include_tag "jquery-fab.min.js", :plugin => 'baupm_core' %>
|
||||
<%= javascript_include_tag "baupm.js", :plugin => 'baupm_core' %>
|
||||
<%= stylesheet_link_tag 'jquery-fab.css', :plugin => 'baupm_core', :media => "screen" %>
|
||||
<%= stylesheet_link_tag 'baupm.css', :plugin => 'baupm_core', :media => "screen" %>
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/apple-touch-icon.png" rel="apple-touch-icon" type="image/png" sizes="180x180">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/favicon-32x32.png" sizes="32x32" rel="shortcut icon">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/safari-pinned-tab.svg" rel="mask-icon" size="any" color="<%= Setting.plugin_baupm_core['baupm_theme_color'] %>">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/android-chrome-192x192.png" rel="icon" sizes="192x192">
|
||||
<link href="/themes/<%= Setting.ui_theme %>/images/icons/android-chrome-256x256.png" rel="icon" sizes="256x256">
|
||||
<link href="/manifest.json" rel="manifest">
|
||||
<% if Setting.plugin_baupm_core['baupm_theme_color'].present? %>
|
||||
<meta name="theme-color" content="<%= Setting.plugin_baupm_core['baupm_theme_color'] %>">
|
||||
<% end %>
|
||||
<% if Setting.plugin_baupm_core['baupm_manifest_orientation'].present? %>
|
||||
<meta name="screen-orientation" content="<%= Setting.plugin_baupm_core['baupm_manifest_orientation'] %>">
|
||||
<% end %>
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
Reference in New Issue
Block a user