adva-categories 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  class Admin::Categories::Edit < Adva::View::Form
2
2
  include do
3
3
  def to_html
4
- h2 :'.title'
4
+ h2 t(:'.title', :category_name => resource.name)
5
5
  render :partial => 'form'
6
6
  end
7
7
  end
@@ -27,6 +27,6 @@ en:
27
27
  new:
28
28
  title: Create a Category
29
29
  edit:
30
- title: Edit Category
30
+ title: "Edit Category: %{category_name}"
31
31
  tabs:
32
32
  categories: Categories
@@ -1,3 +1,3 @@
1
1
  module AdvaCategories
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adva-categories
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ingo Weiss
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-03 00:00:00 +01:00
19
+ date: 2010-12-18 00:00:00 +01:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency