lato_core 1.1 → 1.1.1
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: 158239153f779624bfaec9eebb2d116a69f333c8
|
4
|
+
data.tar.gz: 95cf916a9e1969e24d972cb675faf1038cf794fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1f9654bdcf4e919765e01d1a4c40c5159877ec63233218886bea828f51a99d1ee9b7b31bb774edf388b1c37d2374b6baea2441041eca3c5404ba97a0342bd4d
|
7
|
+
data.tar.gz: e0fe4cbfdd5795b42077a0b355d7fc2780611d3303d19ab0fcfb2a2cbc9e9c532d2e04b0144adbe7815597695f989cd5b599284881e966c32fabfcdaa3b022ed
|
@@ -6,7 +6,12 @@
|
|
6
6
|
|
7
7
|
<div class="form-group">
|
8
8
|
|
9
|
-
<%=raw view(:input
|
9
|
+
<%=raw view(:input).new(type: 'text',
|
10
|
+
value: @superuser.name,
|
11
|
+
name: 'superuser[name]',
|
12
|
+
label: CORE_LANG['vocabolary']['name'],
|
13
|
+
width: 'half',
|
14
|
+
required: true) %>
|
10
15
|
|
11
16
|
<%=raw view(:input).new(type: 'text',
|
12
17
|
value: @superuser.username,
|