tenon 1.0.16 → 1.0.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 756d9629ad6ec902635f465f95855733cadada97
4
- data.tar.gz: 74971b9e5f7a49503264b97a3db09a2192ad1f9c
3
+ metadata.gz: 3878e36f0fc942e51305e3a883c46281f45bde5e
4
+ data.tar.gz: 68e254e86d78f8ea897dcb1584baef855dde5e1a
5
5
  SHA512:
6
- metadata.gz: 90e2292261eebe09714988e27131662ab48ded4f1f2116154d73e1983813bf42840940aab6f00b3839d3e34082526b37c4f3865abbdb31a84ed55360bb25ee03
7
- data.tar.gz: 32373fc17fda817e1af02640e252dc6058734d4575e70f9d2202155022226eb05cd6d1b09da9e4e3244d93a7e96d503a797d0b3cc55f7667bc9984aa06c12959
6
+ metadata.gz: cb77978c87ac3a99d24e68bf24ea96d2ca01856046a9e83778b179a18557ddc674d07cbcfaa9766900ed97e2de4fd68e5029428d6acc8d35411101d3f0b2106a
7
+ data.tar.gz: 286202f92f1da79b4ebe2b2dc5821dbd69562fb017a7023f61dfc70ed8ad4c55e7045258d0e4e5b61d33affa24422b7189cbe53bae7b3e62532e86054b5c3bef
@@ -15,6 +15,25 @@ util-nav {
15
15
  text-decoration: none;
16
16
  }
17
17
  }
18
+
19
+ .site-title {
20
+ position: absolute;
21
+ left: 75px;
22
+ top: 15px;
23
+ font-size: 12px;
24
+ font-family: $tn-open-sans;
25
+ display: none;
26
+ text-transform: uppercase;
27
+
28
+ @include media($tablet_breakpoint) {
29
+ display: block;
30
+ }
31
+
32
+ a {
33
+ font-size: 12px;
34
+ color: $tn-white;
35
+ }
36
+ }
18
37
  }
19
38
 
20
39
  #logo {
@@ -29,3 +48,4 @@ util-nav {
29
48
  height: 50px;
30
49
  }
31
50
  }
51
+
@@ -1,5 +1,12 @@
1
1
  %util-nav
2
2
  #logo= link_to image_tag('tenon/tenon_icon.png'), "/tenon"
3
+ - unless Tenon::MySettings.site_title.blank?
4
+ .site-title
5
+ - if Rails.application.routes.named_routes.helpers.include?(:root_path)
6
+ = link_to Tenon::MySettings.site_title, main_app.root_path
7
+ - else
8
+ = Tenon::MySettings.site_title
9
+
3
10
  .tools
4
11
  .header-button.hamburger.mobile= link_to fa_icon('fw bars'), '#'
5
12
 
data/lib/tenon/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tenon
2
- VERSION = '1.0.16'
2
+ VERSION = '1.0.17'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tenon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.16
4
+ version: 1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - factor[e] design initiative
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-04 00:00:00.000000000 Z
11
+ date: 2014-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: better_errors