bookends 2.3.1 → 2.3.3

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: 58d08d877c873475d02827a578335b709762dbd7
4
- data.tar.gz: 7d5cfdd4000d0b8032beab9405ca26991147479f
3
+ metadata.gz: 9cc24dfcab57d56f9da49fdc030046d53b17d9c2
4
+ data.tar.gz: 00178135f866d1a9fa0e928681b48e96adaa8ff0
5
5
  SHA512:
6
- metadata.gz: 5231f834667d49046815144401283835d1439bed4ba3eba0e28874304a66c0539f23a972c829f540f8564d6a07f43c2adbfb04c37174c07f03441f0d48f927c8
7
- data.tar.gz: 65fe30fd84567839556cae32a292b92b5cfd955b9a22bcdd2f36f99cf17ea837da7ef0c91795452c74df2a42238436a2824752b04282986e3c825ad2d6a2f394
6
+ metadata.gz: cb9a0c292f040b6264761476b9b60d331fb31ae0756df5360be126ae281c0dc3746a961ca85b0eabdca4dd56d6273fa27cb4d6281081809c80212da784a1c595
7
+ data.tar.gz: fe43b08ffa8ac7cbaf9930e8442015013a9ebf4a71338976a6ab5e77751e4f777b6174f67819112300811662784e7d136c7421c8a17b2df970522be78131dfa1
@@ -17,11 +17,11 @@
17
17
  <li class="has-dropdown">
18
18
  <a href="https://www.heroku.com/products">Products</a>
19
19
  <ul class="dropdown">
20
- <li><a href="https://www.heroku.com/platform">Platform</a></li>
21
- <li><a href="https://www.heroku.com/postgres">Postgres</a></li>
22
- <li><a href="https://www.heroku.com/redis">Redis</a></li>
23
- <li><a href="https://www.heroku.com/connect">Connect</a></li>
24
- <li><a href="https://www.heroku.com/enterprise">Enterprise</a></li>
20
+ <li><a class="platform" href="https://www.heroku.com/platform">Heroku Platform</a></li>
21
+ <li><a class="postgres" href="https://www.heroku.com/postgres">Heroku Postgres</a></li>
22
+ <li><a class="redis" href="https://www.heroku.com/redis">Heroku Redis</a></li>
23
+ <li><a class="connect" href="https://www.heroku.com/connect">Heroku Connect</a></li>
24
+ <li><a class="enterprise" href="https://www.heroku.com/enterprise">Heroku Enterprise</a></li>
25
25
  </ul>
26
26
  </li>
27
27
  <li class="has-dropdown">
@@ -83,7 +83,7 @@
83
83
  <% end %>
84
84
 
85
85
  <% if logged_in? %>
86
- <li class="user">
86
+ <li class="user logged-in">
87
87
  <%= link_to "Dashboard", "https://dashboard.heroku.com/"%>
88
88
  <%= button_to "Log out", logout_path %>
89
89
  </li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "2.3.1"
2
+ VERSION = "2.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku