bookable 0.0.51 → 0.0.52

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
2
  SHA1:
3
- metadata.gz: 79e2fdf99990adf8071dd35e3075beaacd802c9e
4
- data.tar.gz: aa97dc5d583f0fb90681a1bae7adf8288cdf599b
3
+ metadata.gz: f34d6bffcd5b0c1bb120e779c908f35945690594
4
+ data.tar.gz: a2219d574835cca7c49518dd7e3a8d6f653ff111
5
5
  SHA512:
6
- metadata.gz: 3cd39e6b6d34e246f1490c46f61bc5e4ae4a67b4b53a17cd7ba9de6c9fe3f645b2a67fa52cd812ef9169de81f1872006cb01db0b2b3a3545c6759d2de7b83a61
7
- data.tar.gz: ee2f8cf61189fd9542d15cce90ad9c5e385e2cb48e65dfc2a3b65b65b9149ccb61dae4f8ca1967b0f52ad979d5d18a8d7ad348c5a072a69df684544513ad286a
6
+ metadata.gz: 4c09007692e202123f51228087a66304df0c53157f234f3ef398a9b066e2d3da51c1b4b9bce4d10301a32441237f686fe737b6ded83e1e37c94b85cdc372ae23
7
+ data.tar.gz: d61fbc296ff6a4c3c545ef28fa03dad3855af27eca4d3b81235e7658b5416739a0201d70e2ce76ea888ffc2ff23409f75505a6585a05888e25d203008ff3a660
@@ -10,11 +10,11 @@
10
10
  padding: 10px;
11
11
  }
12
12
 
13
- input[type="number"] {
13
+ .bookings_table input[type="number"] {
14
14
  width:30px;
15
15
  }
16
16
 
17
- table{
17
+ .bookings_table{
18
18
  font-size: 14px;
19
19
  color: gray;
20
20
  }
@@ -1,5 +1,5 @@
1
1
  <h3> Bookings for <%%= @<%=bookable_views_name.singularize%>.name %></h3>
2
- <table>
2
+ <table class="bookings_table">
3
3
  <tr>
4
4
  <th>Start</th>
5
5
  <th>End</th>
@@ -1,7 +1,6 @@
1
1
  <h3>Booking Confirmation</h3>
2
2
  <p>Your booking is confirmed for
3
- <%%= @<%=bookable_views_name.singularize%>.name %>
4
- ':'
3
+ <%%= @<%=bookable_views_name.singularize%>.name %>:
5
4
  <%%= @booking.start_time.strftime('%e %b %Y %H:%M%p') %>
6
5
  until
7
- <%%= (@booking.calculate_end_time + 60)strftime('%e %b %Y %H:%M%p') %>
6
+ <%%= (@booking.calculate_end_time + 60).strftime('%e %b %Y %H:%M%p') %>
@@ -1,3 +1,3 @@
1
1
  module Bookable
2
- VERSION = "0.0.51"
2
+ VERSION = "0.0.52"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.51
4
+ version: 0.0.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Srikanth