13 lines
473 B
Plaintext
13 lines
473 B
Plaintext
<div class="page-header">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
|
<li class="breadcrumb-item"><a href="<%= settings_commissioners_path %>">Commissioner</a></li>
|
|
<li class="breadcrumb-item active">New</li>
|
|
<span class="float-right">
|
|
<%= link_to t('.new', :default => t("views.btn.new")), settings_accounts_path %>
|
|
</span>
|
|
</ol>
|
|
</div>
|
|
|
|
<%= render 'form', commissioner: @commissioner %>
|