Commit d17806cb by Tô Ngọc Ánh

edit fe show page

parent 6f1dba8a
Pipeline #835 canceled with stages
in 0 seconds
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
</nav> </nav>
<div class="row"> <div class="row">
<div class="col-10"> <div class="col-10">
<h2 class="font-weight-bold text-danger"><%= @job.title %></h2> <h2 class="font-weight-bold"><%= @job.title %></h2>
<h4 class="text-warning"><i class="fas fa-building"></i> <h4><i class="fas fa-building"></i>
<%= link_to @job.company.name, '#', class: 'text-decoration-none text-warning' %> <%= link_to @job.company.name, '#', class: 'text-decoration-none text-dark' %>
</h4> </h4>
<h5><i class="fas fa-map-marker-alt"> </i> <h5><i class="fas fa-map-marker-alt"> </i>
<% @job.locations.each do |location| %> <% @job.locations.each do |location| %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment