<%= _('.You may have clicked an expired link or mistyped the address.') %> <%= _('.This page does not exist. Would you like to: Create a new content or locate existing content.') %>
<% button_bar do %> <%= button :back, _('Go back'), :back %> <%= button :home, _('Go to the home page'), '/' %> <% if logged_in? %> <% parent_id = ((@article && @article.allow_children?) ? @article : nil) %> <%= modal_button('new', _('New content'), myprofile_path(:profile => current_person.identifier, :controller => 'cms', :action => 'new', :parent_id => parent_id)) %> <% end %> <% end %>