phcscriptcdnpro 5.0.1 → 5.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5552096d72a4c91d421b02bd63580c5dab277a9d
|
4
|
+
data.tar.gz: cb52c99537653addff136df46cd50b0beafc8dca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b65da3762e8f7f7a94374f8cdfa81d610564ac6004d4865af7cfe97561b1c0c15a0f11bdb21e35f117719e5dfb87742dae1c1da521fda477c58af4421cbc36c
|
7
|
+
data.tar.gz: f22ab324d4c0bf18e3aba329bb5159edc9048642dc315b1ef1ff9cc32ee899394865a399296f93a38bcd1847f065ca5037f758fedf56a6e6d5602430b797e1bd
|
@@ -57,53 +57,3 @@
|
|
57
57
|
|
58
58
|
</div>
|
59
59
|
<!-- Page Content -->
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
<!-- Title System -->
|
64
|
-
<% phc_title "Script Licence Manager" %>
|
65
|
-
<% phc_title_tagline "Add Script Licence Information" %>
|
66
|
-
|
67
|
-
<!-- Bread Crumb -->
|
68
|
-
<div class="page-bar">
|
69
|
-
|
70
|
-
<ul class="page-breadcrumb">
|
71
|
-
<li><%= link_to "Script Listings Index", script_listings_path %> <i class="fa fa-circle"></i></li>
|
72
|
-
<li><%= link_to "Licence Index", script_licences_path %> <i class="fa fa-circle"></i></li>
|
73
|
-
<li class="active"><%= yield(:phc_title_tagline) %> <i class="fa fa-circle"></i></li>
|
74
|
-
</ul>
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
<!-- Page Title -->
|
79
|
-
<h3 class="page-title">
|
80
|
-
<%= yield(:phc_title) %> </br>
|
81
|
-
<small><%= yield(:phc_title_tagline) %></small>
|
82
|
-
</h3>
|
83
|
-
|
84
|
-
<!-- Main Content -->
|
85
|
-
<div class="row">
|
86
|
-
<div class="col-lg-12">
|
87
|
-
|
88
|
-
<div class="portlet light">
|
89
|
-
|
90
|
-
<div class="portlet-title">
|
91
|
-
|
92
|
-
<div class="caption">
|
93
|
-
<span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
|
94
|
-
</div>
|
95
|
-
<div class="actions">
|
96
|
-
</div>
|
97
|
-
|
98
|
-
</div>
|
99
|
-
|
100
|
-
<div class="portlet-body">
|
101
|
-
|
102
|
-
<%= render 'form', script_licence: @script_licence %>
|
103
|
-
|
104
|
-
</div>
|
105
|
-
|
106
|
-
</div>
|
107
|
-
|
108
|
-
</div>
|
109
|
-
</div>
|