Commit 41d94cb7 by Tô Ngọc Ánh

add message notice if result is blank

parent 35464aa1
Pipeline #1013 canceled with stages
in 0 seconds
......@@ -7,7 +7,7 @@
<%= render partial: 'applied_jobs/applied_job', collection: @applied_jobs, as: :job %>
<%= paginate @applied_jobs %>
<% else %>
<h4 class="text-center">Sorry! We can't found what you want!</h4>
<h4 class="text-center">Sorry! We can't found your applied job!</h4>
<% end %>
</div>
</div>
......@@ -10,7 +10,7 @@
</div>
<% end %>
<% else %>
<h4 class="text-center">Sorry! You don't have any applied job!</h4>
<h4 class="text-center">Sorry! We can't found your history job!</h4>
<% end %>
</div>
</div>
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