thecore_ui_commons 3.2.12 → 3.2.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/info_controller.rb +1 -1
- data/app/views/layouts/_head.html.erb +1 -1
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76b2970fcaba49874b7b27cfcf3ad596f96c092738daff990f596b153c0d7d07
|
4
|
+
data.tar.gz: 01dc6fcc3a0c5d921339ef741d239691b504730f2188c5779c62db014146c1f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaaecc4cb6ab720ea475e117b9e7feb9aa5cedbc197693fa3988b55551d474ff22f367036123252de7fd4a04d2fb86ec7b14275d8af7bfd24226e7384e9b8047
|
7
|
+
data.tar.gz: e948ff624e66772b1e3dec02fcc8360e19199336f8dd14a4d43094359e07e336e4964f0c1e36271dbf54617f695fa55417ccaacb330dfc6e3e8859c06f85efa3
|
@@ -3,6 +3,6 @@ class InfoController < ApplicationController
|
|
3
3
|
layout 'swagger'
|
4
4
|
def swagger
|
5
5
|
uri = URI(request.url)
|
6
|
-
@swagger_json_url = "#{uri.scheme}://#{uri.host}#{":#{uri.port}" if uri.port.present?}/api/v2/info/swagger.json"
|
6
|
+
@swagger_json_url = "#{uri.scheme}://#{uri.host}#{":#{uri.port}" if uri.port.present?}#{ENV.fetch("RAILS_RELATIVE_URL_ROOT", "")}/api/v2/info/swagger.json"
|
7
7
|
end
|
8
8
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<meta charset="UTF-8">
|
2
|
-
<meta name="mobile-web-app-capable" content="yes">
|
2
|
+
<meta name="mobile-web-app-capable " content="yes">
|
3
3
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
4
4
|
<title><%= Settings.app_name rescue "Thecore" %></title>
|
5
5
|
<link rel="icon" type="image/x-icon" href="<%= image_path 'favicon.ico' %>">
|