Commit 4c505547 by nnnghia98

delete <br>

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