adminpanel 0.0.6 → 0.0.6.1

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
- SHA512:
3
- data.tar.gz: da08a9e643114230cacbf2c777edb198ef0fcdabaa5715e8f867931f513a909658cc5ccc7c46a835edc20370929d9ab442c7959edf03369f1809ad15c2dfccf7
4
- metadata.gz: 0bd2c489b74f7d28e3984a248efd018dec4279e28d5ed84a801edfb647bf239509eacf0b403a8aea20e794aaad2f9dd0a1131437981ea42eac5582d784124059
5
2
  SHA1:
6
- data.tar.gz: 3a587ada3b82f1222a7d88520cbceed119383e9b
7
- metadata.gz: 23cb1d56c4ade057b41987c51f3e862dbe874bbd
3
+ metadata.gz: f89ba58112b29a75f227a8d2220d5d53e86de71b
4
+ data.tar.gz: df1e26ec3b6fb85782c1876dcdc9a866c8126e99
5
+ SHA512:
6
+ metadata.gz: 00b4687518b4a7d91024b3141698c7d18e19c3924d2fd337741b3bc4d44faffabd63cace40117c9b2a2856c9b9f5f354c297d9f89cd7feb69aca3e70bfc00543
7
+ data.tar.gz: feb9fef87348256156bbf7aed8d6d4bb8c815091b4a6fe6749f1a5efe8e994615e24158a54a9cffd3bd7e2d113be16385a7faed7d523009c6665b182a123ab45
@@ -12,12 +12,12 @@
12
12
  <%= form_for(:session, :url => sessions_path) do |f| %>
13
13
  <div class="control-group">
14
14
  <div class="controls">
15
- <%= f.text_field :email, :class => "btn-block", :id => "inputEmail" , :placeholder => "Correo" %>
15
+ <%= f.text_field :email, :class => "btn-block", :id => "inputEmail" , :placeholder => t("session.email") %>
16
16
  </div>
17
17
  </div>
18
18
  <div class="control-group">
19
19
  <div class="controls">
20
- <%= f.password_field :password, :class => "btn-block", :id => "inputPassword", :placeholder => t("Password") %>
20
+ <%= f.password_field :password, :class => "btn-block", :id => "inputPassword", :placeholder => t("session.password") %>
21
21
  </div>
22
22
  </div>
23
23
  <%= f.submit "Iniciar Sesión", :class => "btn pull-right", :id => "signin-button" %>
@@ -101,4 +101,7 @@ es:
101
101
  success: "La categoría ha sido guardada"
102
102
  product:
103
103
  new: "Agregar Producto"
104
- success: "El producto ha sido guardado"
104
+ success: "El producto ha sido guardado"
105
+ session:
106
+ password: "Contraseña"
107
+ email: "Correo electrónico"
@@ -1,3 +1,3 @@
1
1
  module Adminpanel
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.6.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adminpanel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Ramon Camacho