Skip to content

Commit 3ffec4f

Browse files
committed
Add button for new case contact
1 parent 13c8099 commit 3ffec4f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/views/case_contacts/case_contacts_new_design/index.html.erb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
<div class="title-wrapper pt-30">
22
<div class="row align-items-center">
3+
<div class="col-md-6">
34
<div class="title mb-30">
45
<h1>Case Contacts</h1>
56
</div>
7+
</div>
8+
<div class="col-md-6">
9+
<div class="breadcrumb-wrapper mb-30 text-end">
10+
<%= link_to new_case_contact_path,
11+
class: "main-btn btn-sm primary-btn btn-hover ml-3",
12+
aria: { label: "Create new case contact" } do %>
13+
<i class="lni lni-plus"></i>
14+
New Case Contact
15+
<% end %>
16+
</div>
17+
</div>
618
</div>
719
</div>
820

0 commit comments

Comments
 (0)