mission_control-servers 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7f4ae5c47c0164182ee1d8ecf4e3745dbb360abeb2d6edf9aaf18a82600c004
4
- data.tar.gz: 4762f538171344931546cb95a284fe7bd5bb9f6c804f3b0a42d63b2f2d1df302
3
+ metadata.gz: 8651cde009e94959db00de2b2e5259df15bd02917ade88c7a697555fac12269b
4
+ data.tar.gz: 01b3ac73ef67745f8ec32651a8b762744ece5b4aafa54dbe2945f76a24026c86
5
5
  SHA512:
6
- metadata.gz: 97e1618b50e48d513fd32d1fe98c33a84fbf9f9b1b7a3976ee2961b3eb34ffdc95391aee835da1f59cb13925f2938cfdb51d2b42c8ff8b6e26dda375c2727224
7
- data.tar.gz: f0479dc129ab3266c591d13d040b0a8d8a6427d88eff466f72c14ddaf1ef9000c94190c8379d972ffca7b96eeb5d9f4f679e82123744b5eba5251893528364a4
6
+ metadata.gz: fb3802d8f636ca313ecb835a84f4c413b411a01a9d33ca370a4d7bb6df3622a5c6bcc8317f61221cf458b584b7876e4c8f6eb44b96fa7fea161a8bd87c242724
7
+ data.tar.gz: 139ca8c8023f76d37a3fb90fadf81bc8f234982923451d4d536fe9d24938190dd74bcbe0c10066c8a82c82af1e89fe6abb9025ed968db796934603c098b29f2b
@@ -19,7 +19,7 @@
19
19
  <tr>
20
20
  <td class="whitespace-nowrap text-2xl font-bold tracking-tight text-gray-900 sm:text-3xl"><%= project.title %></td>
21
21
  <td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6 lg:pr-8">
22
- <%= link_to "Dashboards", project, class: "rounded-md bg-indigo-50 px-2.5 py-1.5 text-sm font-semibold text-indigo-600 shadow-sm hover:bg-indigo-100" %>
22
+ <%= link_to "Dashboards", project, target: :_top, class: "rounded-md bg-indigo-50 px-2.5 py-1.5 text-sm font-semibold text-indigo-600 shadow-sm hover:bg-indigo-100" %>
23
23
  </td>
24
24
  </tr>
25
25
  <tr>
@@ -1,5 +1,5 @@
1
1
  module MissionControl
2
2
  module Servers
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mission_control-servers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kimura