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(
|
19
|
+
%h4 #{orange[:sitemap].link_text_for(model)} <span>(#{model.full_path})</span>
|
20
20
|
.linked_to
|
21
21
|
%p
|
22
22
|
Linked to:
|