Commit 4c505547 by nnnghia98

delete <br>

parent 0affded5
<div class="text-center">
<div class="container jumbotron">
<h1>City List</h1>
<div class="row">
<div class="col-sm">
<a href="#vietnam">
<div class="tag">Vietnam</div>
</a>
</div>
<div class="col-sm">
<a href="#interational">
<div class="tag">International</div>
</a>
</div>
<div class="container jumbotron text-center">
<h1>City List</h1>
<div class="row">
<div class="col-sm">
<a href="#vietnam">
<div class="tag">Vietnam</div>
</a>
</div>
<div class="col-sm">
<a href="#interational">
<div class="tag">International</div>
</a>
</div>
</div>
</div><br>
</div>
<div class="container-fluid">
<div class="tag text-center" id="vietnam">Vietnam</div><br>
<div class="container">
<div class="row row-cols-5">
<%= render partial: "cities/city", collection: @cities %>
</div>
<div class="tag text-center" id="vietnam">Vietnam</div>
<div class="row row-cols-5">
<%= render partial: "cities/city", collection: @cities %>
</div>
</div>
<%= paginate @cities %>
</div><br>
<div class="container-fluid">
<div class="tag text-center" id="interational">International</div><br>
</div><br>
<div class="tag text-center" id="interational">International</div>
</div>
<table class="table">
<tbody>
<ul class="table">
<%= render partial: "jobs/job", collection: @jobs %>
</ul>
<%= render partial: "jobs/job", collection: @jobs %>
</tbody>
</table>
......
......@@ -2,12 +2,12 @@
<p>
We received a request to reset the password associated with this e-mail address.
If you made this request, please follow the instructions below.
</p><br>
If you made this request, please follow the instructions below.<br>
</p>
<p>Click the link below to reset your password using our secure server:</p>
<p><%= link_to "Change my password", edit_password_url(@resource, reset_password_token: @token) %></p>
<br>
<p><%= link_to "Change my password", edit_password_url(@resource, reset_password_token: @token) %><br></p>
<p>
If you did not request to have your password reset you can safely ignore this email.
Rest assured your account is safe.
......
......@@ -4,7 +4,7 @@
<h3>Email: <%= current_user.email %></h3>
<h3>Full name: <%= current_user.first_name %> <%= current_user.last_name %></h3>
<h3>My CV: <%= current_user.cv_path %></h3>
<br>
<%= link_to "Edit", edit_user_registration_path, class: "btn btn-lg btn-primary" %>
<%= link_to "My jobs", "#", class: "btn btn-lg btn-primary" %>
</div>
......@@ -25,7 +25,7 @@
<div class="field">
<%= f.label :cv_path %><br/>
<input type="file" class="form-control-file" id="cv_path">
</div><br>
</div>
<div class="form-group">
<%= f.label :password %> <i>(leave blank if you don't want to change it)</i><br/>
......@@ -50,7 +50,7 @@
<%= f.submit "Update", class: "btn btn-lg btn-primary" %>
</div>
<% end %>
<br>
<%= button_to "Delete my account", registration_path(resource_name), data: { confirm: "Are you sure?" }, class: "btn btn-danger", method: :delete %>
<%= link_to "Back", :back %>
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