mumuki-laboratory 9.5.0 → 9.5.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
  SHA256:
3
- metadata.gz: 598ef4d5c4426c6ea43779dc40f73a06e9ed5711d4e5888d093449095c05d5e9
4
- data.tar.gz: eb8d8d5c9348f0408b299d1597c940961dd822787726f646f62e4a3072af8b93
3
+ metadata.gz: 37091ade7a9c0bad80f16a5276b2748692a49cc11708613036dacd1042b9cdc2
4
+ data.tar.gz: 949f97b3a7e9e920f47cb1748a66d0f6951f4d45a2021cacad43e4a1122b4a8f
5
5
  SHA512:
6
- metadata.gz: 0f330db4125a3b789d48a458f3de9c2106f2af89343a381d8cd2a89530ce185d8645cbaab42063ecdd2afb0c75ad40d1a52fb085bd29b656fb7e2953e6a0c92e
7
- data.tar.gz: 7fe289dcbf8ec42865983f42cf4c27a37fb64dcafbe875588dba9c9cef85f74cfa75584da4d4a0a3cde6b598902876928e261ee5c2d01e460a9489f80b50335e
6
+ metadata.gz: 34d25e182a43788fc032bd77c6472c497a55d08cb6d776575441aee4b5ec11aa55a3f95a7b3d1300a47e43006764494dab809f1a8114076d50cadeb0b59d1021
7
+ data.tar.gz: c9dd87e5ac8d17873aaa3e28a442b4c87225bb31b4573385e0906e852fa58b9c778ad61cf2e0c8e48ca2c90edba9844064ed260ca276ff95511c69ba4af5f44a
@@ -1 +1 @@
1
- <%= t :exam_authorization_request_approved_html, date: l(authorization_request.exam.start_time, format: :long) %>
1
+ <%= t :exam_authorization_request_approved_html, date: l(authorization_request.exam.start_time.in_time_zone(-3), format: :long) %>
@@ -1,4 +1,4 @@
1
1
  <%= t :exam_authorization_pending_explanation_html,
2
- date: l(authorization_request.exam.start_time, format: :long),
3
- end_time: l(authorization_request.exam_registration.end_time, format: :long),
2
+ date: l(authorization_request.exam.start_time.in_time_zone(-3), format: :long),
3
+ end_time: l(authorization_request.exam_registration.end_time.in_time_zone(-3), format: :long),
4
4
  edit_path: url_for(authorization_request.exam_registration) %>
@@ -17,7 +17,7 @@
17
17
  <strong><%= fa_icon :info_circle %> <%= t :important_info %></strong>
18
18
  </h4>
19
19
  <p>
20
- <%= t :exam_registration_explanation_html, date: l(@registration.end_time, format: :long) %>
20
+ <%= t :exam_registration_explanation_html, date: l(@registration.end_time.in_time_zone(-3), format: :long) %>
21
21
  </p>
22
22
  </div>
23
23
  <%= form_for @authorization_request, html: {class: 'mu-form'} do |f| %>
@@ -27,10 +27,11 @@
27
27
  <div class="form-check">
28
28
  <%= f.radio_button(:exam_id, exam.id, id: exam.id, required: true, class: 'form-check-input mu-read-only-input',
29
29
  checked: @authorization_request.exam_id == exam.id) %>
30
- <%= label_tag exam.id, l(exam.start_time, format: :long), class: 'form-check-label' %>
30
+ <%= label_tag exam.id, l(exam.start_time.in_time_zone(-3), format: :long), class: 'form-check-label' %>
31
31
  </div>
32
32
  <% end %>
33
33
  <button class="btn btn-complementary"> <%= t :save %> </button>
34
34
  <% end %>
35
35
  </div>
36
36
  </div>
37
+
@@ -22,7 +22,7 @@
22
22
  <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#<%= "exam_authorization_collapse_item_#{index}" %>" aria-expanded="false" aria-controls="<%= "exam_authorization_collapse_item_#{index}" %>">
23
23
  <span class="fa fa-fw fa-<%= it.icon[:class] %> text-<%= it.icon[:type] %>" data-bs-toggle="tooltip" title="<%= t(it.status).humanize %>"></span>
24
24
  <span class="divider-vertical"></span>
25
- <span><strong><%= it.exam_registration.description %></strong> - <small><%= l(it.exam.start_time, format: :long) %></small></span>
25
+ <span><strong><%= it.exam_registration.description %></strong> - <small><%= l(it.exam.start_time.in_time_zone(-3), format: :long) %></small></span>
26
26
  </button>
27
27
  </h2>
28
28
  <div id="<%= "exam_authorization_collapse_item_#{index}" %>" class="accordion-collapse collapse" aria-labelledby="<%= "exam_authorization_accordion_item_#{index}" %>" data-bs-parent="#exam_authorization_accordion">
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '9.5.0'
3
+ VERSION = '9.5.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-laboratory
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.5.0
4
+ version: 9.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Franco Bulgarelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-10 00:00:00.000000000 Z
11
+ date: 2021-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails