adva 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/admin/activities/_content.html.erb +1 -1
- data/lib/adva/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c3997901ea2461824f4a188bd318edefc574738532902269138ccc55e7aecdd
|
4
|
+
data.tar.gz: 7cf29ab88678f8063368d10779241dc1b3aebb078ca986a64caf9d96c93bd853
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b69b28b4b18c70a8cf8355faabb5e44eaa4c2d0ff31f1c441a6e26021a506dfe09ff64f9aabde37ac34da2e2976ea98dfd4909dd50f434da56f6535ae4e69419
|
7
|
+
data.tar.gz: 5d849f488ff6212b5701ee19bf77d4cf22948e69ceb2eb8007585d310fbc082cd2b558018c45d1aefd86e327953da955a0d791818933b372b63adffb050b34bf
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<% type = activity.object_attributes['type'].tableize.singularize.titleize %>
|
11
11
|
<% actions = activity.all_actions.to_sentence %>
|
12
12
|
<% name = (activity.section ? link_to(activity.section.title, [:admin, activity.section, :contents]) : "Deleted Section").html_safe %>
|
13
|
-
<%=
|
13
|
+
<%= type %> <%= actions %> in <%= name %>.
|
14
14
|
</p>
|
15
15
|
<%= link_to_if activity.section, activity.title, [:edit, :admin, activity.section, activity.object] %>
|
16
16
|
</li>
|
data/lib/adva/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adva
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: will_paginate
|
@@ -1084,7 +1084,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1084
1084
|
- !ruby/object:Gem::Version
|
1085
1085
|
version: '0'
|
1086
1086
|
requirements: []
|
1087
|
-
rubygems_version: 3.
|
1087
|
+
rubygems_version: 3.5.11
|
1088
1088
|
signing_key:
|
1089
1089
|
specification_version: 4
|
1090
1090
|
summary: cutting edge cms, blog, wiki, forum
|