mumuki-laboratory 5.12.0 → 5.12.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: d1a14bc93fe037ed3d6ee6afa041dcd4c84d308011e819cffdd39b9c1fe5a7e2
4
- data.tar.gz: 8f4fba71e09dab7bd831d8a2424a889b107e3e9b531c1b9d7a7ff3866d584c07
3
+ metadata.gz: ba4ab23f5ccb5fc65d34543b5957980da3c636b2ac20555562699ea141eb9c6e
4
+ data.tar.gz: 06e00713fe1a2072daef342207e67299d02921544589a5996547b43daceaade6
5
5
  SHA512:
6
- metadata.gz: 0ee2606a772b5e0191e194f9c93cd1177247e1ba7d3407c40992a086d130059839b45ed5da6ea7ad89f1406fe48572bddd1190597f59ccf2718c17f897e56ed6
7
- data.tar.gz: 496f224a3d84e678cefa614111eb8522b1e4d45539756db4708a9ca0a42b6c3d4ee73550e80fdcb9c71027ca5cadae6be043111980a600d43b0b6001016634b7
6
+ metadata.gz: bee79042cbc5aa3f93fada9b322fd41f335939cf404c8f6989a20f4fac9d78d37c0748da3345ee2d4a33727c5f9925bd8bcb29402210d00cf5618e33d8b98e83
7
+ data.tar.gz: ba69eda434a00296ce5fff9b457da145fcc66802fe546bb9557ad3b7f734f7935a0e27efbae23a892a7969ea031cee9981f439493df83a1837412aa456ce10b2
@@ -1,11 +1,11 @@
1
1
  class UserMailer < ApplicationMailer
2
2
 
3
3
  def we_miss_you_reminder(user, cycles)
4
- send_reminder! user, t(:we_miss_you), "#{cycles.ordinalize}_reminder"
4
+ send_reminder! user, :we_miss_you, "#{cycles.ordinalize}_reminder"
5
5
  end
6
6
 
7
7
  def no_submissions_reminder(user)
8
- send_reminder! user, t(:start_using_mumuki), "no_submissions_reminder"
8
+ send_reminder! user, :start_using_mumuki, "no_submissions_reminder"
9
9
  end
10
10
 
11
11
  private
@@ -17,7 +17,7 @@ class UserMailer < ApplicationMailer
17
17
 
18
18
  I18n.with_locale(@organization.locale) do
19
19
  mail to: user.email,
20
- subject: subject,
20
+ subject: t(subject),
21
21
  template_name: template_name
22
22
  end
23
23
  end
@@ -165,7 +165,7 @@
165
165
  */
166
166
  #templateHeader{
167
167
  /*@editable*/background-color:#e6e6e6;
168
- /*@editable*/background-image:url(<%= @organization.url_for('/email-banner.png') %>);
168
+ /*@editable*/background-image:url(<%= Mumukit::Platform.application.url_for('/email-banner.png') %>);
169
169
  /*@editable*/background-repeat:no-repeat;
170
170
  /*@editable*/background-position:center;
171
171
  /*@editable*/background-size:cover;
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Laboratory
3
- VERSION = '5.12.0'
3
+ VERSION = '5.12.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: 5.12.0
4
+ version: 5.12.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: 2018-10-23 00:00:00.000000000 Z
11
+ date: 2018-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails