fe 2.0.0 → 2.0.2

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: ceba5cafab0cf4095c3db104e3a8ace2d7ff8630b2bd725ebb8c719f4a172136
4
- data.tar.gz: 476961619c8eeda0570e596345f4383c2a21a22d54a819459969bf170c83c9a8
3
+ metadata.gz: 134925d7b8d150dfa0a089638825bb71a87fab50fc2167fca14ca4100fb3c5ab
4
+ data.tar.gz: a6b5e7b87fad9de3b01f1e3fa0429e761aa1a3b05c6374d158f9d7c2c267ce53
5
5
  SHA512:
6
- metadata.gz: 345b88e2ab3d74555c19adbf7256c1aa6f40bcfe76e9b99b64a02467e9633dbaceac84956193207336ed7cfce71cd67eeb3fb0f544be35841d2c221af3d49a62
7
- data.tar.gz: 68e3f1a303ae918bdb3a82b4825f4231cab11a514e4db48b6c3b747485ba943fbcbee26ceb25bfe7771f5ce696fea50854b9b0f3b1c4101598ceb7d89dfc5906
6
+ metadata.gz: c6ab42e4380de8bb7c8f898e9f3a7176e9f0ed2fe2f662957845bc437d069e844a6df189e4fa932114bb46c0b198fa762af1f9923064bb9b3efd4a1239156c9a
7
+ data.tar.gz: b914884b7053bc4b4b623a965faddbee7a381ed58f874f6b818c7237ccb2908506192883e43c12a0ffebd641a5f50ec2727475243441000fd3ed3e3722eaf448
@@ -1,14 +1,14 @@
1
1
  <% if @presenter.active_page %>
2
2
  <% page_dom = @presenter.active_page_link.dom_id
3
- next_js = load_page_js(@presenter.next_page) -%>
3
+ next_js = load_page_js(@presenter.next_page) %>
4
4
 
5
5
  <div id="<%= page_dom %>" class="answer-page"> <!-- this id is parsed by fe.public.js -->
6
6
 
7
7
  <div class="page">
8
8
  <%= render "fe/answer_pages/page_name" %>
9
9
 
10
- <% if @elements.length > 0 -%>
11
- <%= form_tag @presenter.active_page_link.save_path, id: "#{page_dom}-form", autocomplete: "off", onsubmit: "fe.pageHandler.savePage($("#sp_application_55716-page_331")); return false;", multipart: true do -%>
10
+ <% if @elements.length > 0 %>
11
+ <%= form_tag @presenter.active_page_link.save_path, id: "#{page_dom}-form", autocomplete: "off", onsubmit: "fe.pageHandler.savePage($('#sp_application_55716-page_331')); return false;", multipart: true do %>
12
12
  <%= hidden_field_tag "a", params[:a] %>
13
13
  <ul class="questions" id="questions_list">
14
14
  <% previous_element = nil %>
@@ -20,12 +20,12 @@
20
20
  <% end %>
21
21
  </ul>
22
22
 
23
- <% end -%>
24
- <% else -%>
23
+ <% end %>
24
+ <% else %>
25
25
  <div style="background: #ffc;">
26
26
  <p><%= _("There are no questions on this page.") %></p>
27
27
  </div>
28
- <% end -%>
28
+ <% end %>
29
29
  </div>
30
30
  </div>
31
31
 
@@ -37,9 +37,9 @@
37
37
  <% else %>
38
38
  <p>
39
39
  <%= _("An invitation will be sent to this reference when you submit your application. If you would " \
40
- "like to get a head start, please feel free to click "Send Email Invitation" below.") %><br/>
40
+ "like to get a head start, please feel free to click \"Send Email Invitation\" below.") %><br/>
41
41
  <em><strong>
42
- <%= _("If you already submitted your application and have returned to update your reference information - you must click "Send Email Invitation" after you " \
42
+ <%= _("If you already submitted your application and have returned to update your reference information - you must click \"Send Email Invitation\" after you " \
43
43
  "have edited the information in order for your reference to receive another email.") %>
44
44
  </strong></em></p></li>
45
45
 
data/lib/fe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fe
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.2"
3
3
  end