phcscriptcdn 1.0.1 → 1.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: b2b8200468ac782c22d9a5f5195ab1d3f70a7c3b
4
- data.tar.gz: 7585e09a65298430b616a5db326f33821883b010
3
+ metadata.gz: d9af0405d7a9dc2c92c62fdfa525e8eac0fb8ecf
4
+ data.tar.gz: 9d126b4a7348835fe2d852e53c76d2ee7a087b2c
5
5
  SHA512:
6
- metadata.gz: 53b5b3d0e3e2176901f588bb7c35ab4676abcfc6802b3fe7fc3ada82b87bd3c2021334a46d4b70f51bbc544afed318edad23382582a4b8880e67e8e7c8cdae4a
7
- data.tar.gz: a2a509f4c37053545b802dace25d3f9625976bc246e2197f25f31479fe8c86c018e1239f8a40ee7c40df5fa1bae3a5dbbe9847f573fc9409b141f2ee9a16270b
6
+ metadata.gz: af1abe0340fcf9e75df5361ddb7e22098230823a65347e66052dc6bb3118e25f2dbef98936d6087b20172d0ebbcf013a5d82087028b7ae1b3761f20b1871699e
7
+ data.tar.gz: 5a2ed2f820da5df0e68c2fc911421a8b84b8abff802c7352165b5c36ea7acb277728f1bef0d5f7c1ce4f37d109bcd24e9161b65efc098ddd58000a09b6938141
@@ -1,15 +1,6 @@
1
1
  <%= form_for(@scriptcdn_script) do |f| %>
2
2
 
3
- <% if @scriptcdn_script.errors.any? %>
4
- <div id="error_explanation">
5
- <h2><%= pluralize(@scriptcdn_script.errors.count, "error") %> prohibited this scriptcdn_script from being saved:</h2>
6
- <ul>
7
- <% @scriptcdn_script.errors.full_messages.each do |message| %>
8
- <li><%= message %></li>
9
- <% end %>
10
- </ul>
11
- </div>
12
- <% end %>
3
+ <%= render 'phcnotifi/validations', :object => @scriptcdn_script %>
13
4
 
14
5
  <div class="form-group">
15
6
  <%= f.label :scrptname, "Script Name" %>
@@ -1,3 +1,5 @@
1
+ <%= render 'phcnotifi/notifications' %>
2
+
1
3
  <div class="wrapper wrapper-content">
2
4
  <div class="panel panel-default">
3
5
  <div class="panel-heading">
@@ -1,4 +1,4 @@
1
- <p id="notice"><%= notice %></p>
1
+ <%= render 'phcnotifi/notifications' %>
2
2
 
3
3
  <!-- Main Content -->
4
4
  <div class="wrapper wrapper-content">
@@ -1,3 +1,4 @@
1
+ <%= render 'phcnotifi/notifications' %>
1
2
  <div class="wrapper wrapper-content">
2
3
  <div class="panel panel-default">
3
4
  <div class="panel-heading">
@@ -1,4 +1,4 @@
1
- <p id="notice"><%= notice %></p>
1
+ <%= render 'phcnotifi/notifications' %>
2
2
 
3
3
  <p>
4
4
  <strong>Script Name:</strong>
@@ -1,3 +1,5 @@
1
+ <%= render 'phcnotifi/notifications' %>
2
+
1
3
  <div class="wrapper wrapper-content">
2
4
  <div class="panel panel-default">
3
5
  <div class="panel-heading">
@@ -1,4 +1,4 @@
1
- <p id="notice"><%= notice %></p>
1
+ <%= render 'phcnotifi/notifications' %>
2
2
 
3
3
  <!-- Main Content -->
4
4
  <div class="wrapper wrapper-content">
@@ -1,3 +1,5 @@
1
+ <%= render 'phcnotifi/notifications' %>
2
+
1
3
  <div class="wrapper wrapper-content">
2
4
  <div class="panel panel-default">
3
5
  <div class="panel-heading">
@@ -1,4 +1,4 @@
1
- <p id="notice"><%= notice %></p>
1
+ <%= render 'phcnotifi/notifications' %>
2
2
 
3
3
  <p>
4
4
  <strong>Script URL:</strong>
@@ -1,3 +1,5 @@
1
+ <%= render 'phcnotifi/notifications' %>
2
+
1
3
  <div class="wrapper wrapper-content">
2
4
  <div class="panel panel-default">
3
5
  <div class="panel-heading">
@@ -1,4 +1,4 @@
1
- <p id="notice"><%= notice %></p>
1
+ <%= render 'phcnotifi/notifications' %>
2
2
 
3
3
  <!-- Main Content -->
4
4
  <div class="wrapper wrapper-content">
@@ -1,3 +1,5 @@
1
+ <%= render 'phcnotifi/notifications' %>
2
+
1
3
  <div class="wrapper wrapper-content">
2
4
  <div class="panel panel-default">
3
5
  <div class="panel-heading">
@@ -1,3 +1,3 @@
1
1
  module Phcscriptcdn
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcscriptcdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts