Commit 872b6844 by Đường Sỹ Hoàng

Fixed indentation

parent d918dc16
...@@ -13,12 +13,12 @@ ...@@ -13,12 +13,12 @@
</aside> </aside>
<div class="col-md-8"> <div class="col-md-8">
<%= render "follow_form" if logged_in? %> <%= render "follow_form" if logged_in? %>
<% if @user.microposts.any? %> <% if @user.microposts.any? %>
<h3>Microposts (<%= @user.microposts.count %>)</h3> <h3>Microposts (<%= @user.microposts.count %>)</h3>
<ol class="microposts"> <ol class="microposts">
<%= render @microposts %> <%= render @microposts %>
</ol> </ol>
<%= will_paginate @microposts %> <%= will_paginate @microposts %>
<% end %> <% end %>
</div> </div>
</div> </div>
...@@ -47,5 +47,4 @@ ActiveRecord::Schema.define(version: 20191121024738) do ...@@ -47,5 +47,4 @@ ActiveRecord::Schema.define(version: 20191121024738) do
t.datetime "reset_sent_at" t.datetime "reset_sent_at"
t.index ["email"], name: "index_users_on_email", unique: true t.index ["email"], name: "index_users_on_email", unique: true
end end
end end
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