Files
old-konsultanti-next-gen/app/views/hello/_employer.html.erb

6 lines
130 B
Plaintext
Raw Normal View History

2021-09-22 16:40:20 +02:00
<%= turbo_frame_tag dom_id(employer) do %>
<div class="card card-body">
<div><%= @employer.name %></div>
</div>
<% end %>