test for jade

This commit is contained in:
Yan
2017-11-07 12:32:50 +06:30
parent 0ad958d8a8
commit 7b2f928df0
4 changed files with 3 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
<div class="page-header">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="<%= origami_path %>"><%= t("views.right_panel.button.home") %></a></li>
<li class="breadcrumb-item"><a href="<%= settings_accounts_path %>"><%= t("views.right_panel.detail.account") %></a></li>
<li class="breadcrumb-item active"><%= t("views.btn.new") %></li>
<span class="float-right">
<%= link_to t('.back', :default => t("views.btn.back")), settings_accounts_path %>
</span>
</ol>
</div>
<%= render 'form', settings_account: @settings_account %>
<%= render 'form', survey: @survey %>