Sha256: bdaf7ae231a0ef398eee95f168b45b36bd04e4d8c974e452cef85200125f6b3e

Contents?: true

Size: 430 Bytes

Versions: 4

Compression:

Stored size: 430 Bytes

Contents

<% nav.item t("manageable.index"), collection_path %>
<% nav.item t("manageable.new"),  new_resource_path, :active => current_page?(new_resource_path) %>
<% if resource.persisted? %>
  <% nav.item t("manageable.show"), resource_path(resource), :active => current_page?(resource_path(resource)) %>
  <% nav.item t("manageable.edit"), edit_resource_path(resource), :active => current_page?(edit_resource_path(resource)) %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manageable-0.1.4 app/views/manageable/application/_form_navigation.html.erb
manageable-0.1.3 app/views/manageable/application/_form_navigation.html.erb
manageable-0.1.2 app/views/manageable/application/_form_navigation.html.erb
manageable-0.1.1 app/views/manageable/application/_form_navigation.html.erb