oxen_account 0.4.12 → 0.4.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/oxen/accounts_helper.rb +2 -3
- data/lib/oxen_account/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1655257e1edd2951b1ba003b5f86c84df96e137
|
4
|
+
data.tar.gz: 7829b0e5dc8c1b0a2665781e1d0ca261c7207529
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f00e5ee3e727ed4b81a1d9fcfe44c89d4233c2ba4732a7f7b197c8bd6e3119d1841b15382a00d25aaa901fa1e4796cb6e3d3e1105d53b99a0f717c246dcfcd62
|
7
|
+
data.tar.gz: 5cd4b720fe7961e39eafdef3f72f6d6485a430f70f5e2a9563bf1b05b3c15178aabcd12664cc2806d45a7bacd83b8a594de05c4b87a52929da24671d04415613
|
@@ -11,9 +11,8 @@ module Oxen
|
|
11
11
|
|
12
12
|
def show_printservers account
|
13
13
|
links = account.printservers.collect do |printserver|
|
14
|
-
port = printserver.port.to_i+
|
15
|
-
|
16
|
-
printgateway = "http://10.0.0.142"
|
14
|
+
port = printserver.port.to_i+40000
|
15
|
+
printgateway = "https://printserver.dk"
|
17
16
|
link_to "#{printgateway}:#{port}", data_action: "new_get_window", target: "_blank", alt: "#{printserver.lokation}" do
|
18
17
|
content_tag :i, 'print', class: 'material-icons small pink-text lighten-4', title: "#{printserver.lokation}", alt: "#{printserver.lokation}"
|
19
18
|
end
|
data/lib/oxen_account/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oxen_account
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Walther H Diechmann
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: devise
|