shilling 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shilling/version.rb +1 -1
- data/lib/shilling/views/_blockchain.erb +1 -1
- data/lib/shilling/views/_wallet.erb +1 -1
- data/lib/shilling/views/index.erb +2 -2
- data/lib/shilling/views/style.scss +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94551689d1b4b2198bf0fcf75211ca6b3b9a5f1b
|
4
|
+
data.tar.gz: 9f703f85dbc1c8de0b15bc23ed1af4e1a9931c64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2b04c71d59561d3b14933028c56b54cd4eae4a3f56b3bc17582135bccef6e1b0f08e8f777f5bcb16663c6a8dcd2a8c8be27ac91eef0b54020d9be7df7bde4e1
|
7
|
+
data.tar.gz: 7bf21a8f145a255dcf85a8f75f1016c60ecedae4910123455c9ddb62847436c8557ea2b9324f527bf5743ccf6a139f3dc782e43ff17ff7593dde851664fed0e2
|
data/lib/shilling/version.rb
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
<label for="to">To</label>
|
11
11
|
<input type="text" name="to" id="to" placeholder="address" />
|
12
12
|
<label for="amount">Amount</label>
|
13
|
-
<input type="text" name="amount" id="amount" />
|
13
|
+
<input type="text" name="amount" id="amount" size="4" placeholder="123" />
|
14
14
|
<input type="submit" class="button" value="Send" /><br>
|
15
15
|
</form>
|
16
16
|
</div>
|
@@ -1,12 +1,12 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
2
|
<html>
|
3
3
|
<head>
|
4
|
-
<title>Central Bank Node</title>
|
4
|
+
<title>Shilling Central Bank Node - Rock-Solid Alpine Dollar From Austria</title>
|
5
5
|
<link rel="stylesheet" href="style.css">
|
6
6
|
</head>
|
7
7
|
<body>
|
8
8
|
|
9
|
-
<h1>Central Bank Node</h1>
|
9
|
+
<h1>Shilling Central Bank Node</h1>
|
10
10
|
|
11
11
|
<div class="columns">
|
12
12
|
<div class="left">
|