message_train 0.4.5 → 0.4.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2c452b5241a4e611e157e797c7356978c9c5d42
|
4
|
+
data.tar.gz: f1fe677ab65551e8df6edd6f717aad52dc7fd8e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab0ee501281774dbb0386531283502776e84938039d1326a02dd199b15651d45ae216f601c328c72e672ee545fa491c4771874799124f4f70fe089be4686d03
|
7
|
+
data.tar.gz: 6987c5bd65d63f30eb34de0cad9eec16793c4c07f6f7500ee8abbf1d9703f40f1b007bf34ee62e8d5fb39671ac981aa9b4a0934ee5ef3193ac87c336c1f2472a
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.6
|
@@ -13,7 +13,7 @@ img {
|
|
13
13
|
}
|
14
14
|
}
|
15
15
|
|
16
|
-
|
16
|
+
.message-train-conversations {
|
17
17
|
a, a:link, a:visited {
|
18
18
|
color: $text-color;
|
19
19
|
}
|
@@ -60,18 +60,18 @@ img {
|
|
60
60
|
}
|
61
61
|
}
|
62
62
|
|
63
|
-
|
63
|
+
.box-actions {
|
64
64
|
margin: 2em 0 1em 0;
|
65
65
|
.check-all button {
|
66
66
|
min-height: 2.5em;
|
67
67
|
}
|
68
68
|
}
|
69
69
|
|
70
|
-
|
70
|
+
div.conversation-actions {
|
71
71
|
margin: 1em 0 1em 0;
|
72
72
|
}
|
73
73
|
|
74
|
-
.conversation-actions {
|
74
|
+
td.conversation-actions {
|
75
75
|
a {
|
76
76
|
visibility: hidden;
|
77
77
|
}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
- marking_path = message_train.collective_box_path(@collective.path_part, @box.division)
|
7
7
|
= form_tag marking_path, method: :put, remote: true, id: 'box', data: { type: :json } do
|
8
8
|
- unless @conversations.empty?
|
9
|
-
#box-actions
|
9
|
+
#box-actions.box-actions
|
10
10
|
.btn-group.check-all
|
11
11
|
%button.btn.btn-default{ type: 'button' }
|
12
12
|
= check_box_tag 'check_all', 'all', false
|
@@ -50,6 +50,6 @@
|
|
50
50
|
= link_to :compose_to_collective.l(collective: collective_name(@collective)), message_train.new_collective_box_message_path(@collective.path_part, @box.division), class: 'btn btn-primary compose'
|
51
51
|
%span#spinner.hide= icon 'refresh spinning'
|
52
52
|
= hidden_field_tag :mark_to_set
|
53
|
-
%table#message-train-conversations.table.table-condensed
|
53
|
+
%table#message-train-conversations.message-train-conversations.table.table-condensed
|
54
54
|
= render @conversations
|
55
55
|
= paginate @conversations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
- add_title @conversation.subject
|
2
2
|
- add_subtitle :updated_at_time.l(time: @conversation.updated_at)
|
3
3
|
#box
|
4
|
-
#conversation-actions.pull-right
|
4
|
+
#conversation-actions.conversation-actions.pull-right
|
5
5
|
.btn.btn-default.btn-lg= conversation_ignored_toggle(@conversation)
|
6
6
|
#message_train_conversation.clear-both
|
7
7
|
- unless @messages.empty?
|
data/message_train.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: message_train 0.4.
|
5
|
+
# stub: message_train 0.4.6 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "message_train"
|
9
|
-
s.version = "0.4.
|
9
|
+
s.version = "0.4.6"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Karen Lundgren"]
|
14
|
-
s.date = "2016-02-
|
14
|
+
s.date = "2016-02-19"
|
15
15
|
s.description = "Rails 4 Engine providing private/public messaging for any object, such as Users or Groups"
|
16
16
|
s.email = "karen.e.lundgren@gmail.com"
|
17
17
|
s.extra_rdoc_files = [
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: message_train
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karen Lundgren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|