ymlbill 0.1.1 → 0.1.2
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 +4 -4
- data/lib/ymlbill/templates/default.html.erb +0 -4
- data/lib/ymlbill/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8780e13155b60822523c17f302fc05d5c1a5bb0d33a20fb5f7456fb5aa405110
|
|
4
|
+
data.tar.gz: 8903394ac1de07a038c67a14880c9ef97278173941df32751a620a58f62b4b6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a338cc7eb27759e465651ca7626257cba9132730c1410609ee16bd588bd33167f36edc17f018eded7b41f902a2f8821330bd6afb1764865dc0b1a74a6b49188
|
|
7
|
+
data.tar.gz: e523a90ac16c1529e120674aef0578a939d7b563251854923c13298912d3a13103efa87d828fa6ae10fd9b9d74e5dae908c04f8faf05f81e918cb6ee49487f51
|
|
@@ -21,10 +21,6 @@
|
|
|
21
21
|
<div class="flex items-start justify-between mb-8">
|
|
22
22
|
<% if data.seller.logo %>
|
|
23
23
|
<img src="<%= logo_path(data.seller.logo) %>" alt="<%= data.seller.name %>" class="h-12 w-auto" />
|
|
24
|
-
<% else %>
|
|
25
|
-
<h1 class="bg-gradient-to-r from-pink-500 via-yellow-400 to-cyan-400 bg-clip-text text-2xl font-black italic tracking-tight text-transparent drop-shadow-md">
|
|
26
|
-
<%= data.seller.name %>
|
|
27
|
-
</h1>
|
|
28
24
|
<% end %>
|
|
29
25
|
<div class="text-right">
|
|
30
26
|
<h2 class="text-3xl font-light uppercase tracking-wide text-neutral-800"><%= data.document.type %></h2>
|
data/lib/ymlbill/version.rb
CHANGED