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

Fixed indentation

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