app/views/admin/pages/show.html.erb in beef-pages-0.3.10 vs app/views/admin/pages/show.html.erb in beef-pages-0.3.11

- old
+ new

@@ -24,11 +24,12 @@ <% if @page.lock_level < Page::LOCK_LEVEL_PERMALINK %> <p> <%= f.label :permalink, "URL" %><br/> <%= root_url %><%= f.text_field :permalink %> - <p>URLs are most efficient if they closely reflect the title or main subject of this content. Changing the permalink will make search engines think it is a different page resulting in a loss of page rank, only change if very necessary. Leave blank to use the title.</p> </p> + <p>URLs are most efficient if they closely reflect the title or main subject of this content. Changing the permalink will make search engines think it is a different page resulting in a loss of page rank, only change if very necessary. Leave blank to use the title.</p> + <% else %> <p> <%= f.label :permalink, "URL" %><br/> <%= root_url %><%= @page.permalink %> (locked) </p>