esp-views 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,12 +11,6 @@
11
11
  <%= link_to 'Система управления', '/manage', :class => controller_namespace[0].manage? ? 'selected' : nil %>
12
12
  <% end %>
13
13
  <% end %>
14
- <% if can? :manage, :permissions %>
15
- <%= link_to 'Права доступа', esp_views.root_path, :class => controller_namespace[0].esp_views? && controller_name != 'audits'? 'selected' : nil %>
16
- <% end %>
17
- <% if can? :manage, :audits %>
18
- <%= link_to 'Журнал операций', esp_views.audits_path, :class => controller_namespace[0].esp_views? && controller_name == 'audits' ? 'selected' : nil %>
19
- <% end %>
20
14
  </div>
21
15
  <% end %>
22
16
  <div class='auth'>
@@ -1,3 +1,3 @@
1
1
  module EspViews
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: esp-views
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-14 00:00:00.000000000 Z
12
+ date: 2012-12-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sso-auth
@@ -57,7 +57,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
57
57
  version: '0'
58
58
  segments:
59
59
  - 0
60
- hash: 2747464425254864179
60
+ hash: -3536346467893670275
61
61
  required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  none: false
63
63
  requirements:
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  segments:
68
68
  - 0
69
- hash: 2747464425254864179
69
+ hash: -3536346467893670275
70
70
  requirements: []
71
71
  rubyforge_project:
72
72
  rubygems_version: 1.8.24