]> cat aescling's git repositories - mastodon.git/commit
Adding paperclip for avatars, fixing design of the public pages
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 27 Feb 2016 23:02:59 +0000 (00:02 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 27 Feb 2016 23:02:59 +0000 (00:02 +0100)
commit2c70f0ecaa507427d2592434cb4a516bcedd5039
tree7d5382144ae1c6d8f87af3b09c06654db5740684
parentfa29ef3a41816ee915c52707bcd9db6cc9cdf7d6
Adding paperclip for avatars, fixing design of the public pages
14 files changed:
Gemfile
Gemfile.lock
app/assets/stylesheets/application.css [deleted file]
app/assets/stylesheets/application.scss [new file with mode: 0644]
app/assets/stylesheets/home.scss
app/assets/stylesheets/profile.scss
app/helpers/profile_helper.rb
app/models/account.rb
app/views/layouts/application.html.haml
app/views/profile/_status.html.haml
app/views/profile/_status_footer.html.haml
app/views/profile/_status_header.html.haml
db/migrate/20160227230233_add_attachment_avatar_to_accounts.rb [new file with mode: 0644]
db/schema.rb