orange 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@
16
16
  .move_actions.dent_actions
17
17
  = form_link('Indent', route_to(model_name, model.id, 'indent'), false, {:method => 'post', :class => 'indent arrow'}) if model.previous_sibling && model.previous_sibling.level == model.level
18
18
  %p= ' '
19
- %h4 #{orange[:sitemap].link_text_for(item)} <span>(#{model.full_path})</span>
19
+ %h4 #{orange[:sitemap].link_text_for(model)} <span>(#{model.full_path})</span>
20
20
  .linked_to
21
21
  %p
22
22
  Linked to:
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Haslem