Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commiting assets #29

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/views/posts/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div class="col-md-12" style="padding:3px 0 8px 0px;text-align:center;background-color:none"> <!-- #d3d3d3 -->
<%= image_tag("avatar-13.png", size: "80x80") %>
<p class="post-info"><b>Raj Gurung</b> <br>
Founder of keepmefiit <br>
Wt: 115kg | Ht: 5'10"
Enthusiast at keepmefiit <br>
Wt: 210lbs | Ht: 5'10"
</p>
</div>
</div>
Expand Down Expand Up @@ -61,4 +61,4 @@
$(this).toggleClass('on');
});

</script> -->
</script> -->
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# Debug mode disables concatenation and preprocessing of assets.
# This option may cause significant delays in view rendering with a large
# number of complex assets.
config.assets.debug = true
config.assets.debug = false

# Suppress logger output for asset requests.
config.assets.quiet = true
Expand Down

Large diffs are not rendered by default.

Loading