]> cat aescling's git repositories - mastodon.git/commit
Adding views for the profile and entry pages
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 26 Feb 2016 19:48:20 +0000 (20:48 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 26 Feb 2016 19:48:20 +0000 (20:48 +0100)
commit24646d57690ad36cf4caecab2eec5774bca7f699
treee6118271d38a47edb6b7518ff5dacedb76cbf7f9
parentf16b31f0773c2fd1122ff0ad98cb392e762f0d0b
Adding views for the profile and entry pages
13 files changed:
Gemfile
Gemfile.lock
app/api/mastodon/entities.rb
app/api/mastodon/rest.rb
app/assets/stylesheets/profile.scss
app/controllers/profile_controller.rb
app/models/user.rb
app/views/layouts/application.html.haml
app/views/profile/_status.html.haml [new file with mode: 0644]
app/views/profile/_status_footer.html.haml [new file with mode: 0644]
app/views/profile/_status_header.html.haml [new file with mode: 0644]
app/views/profile/entry.html.haml [new file with mode: 0644]
app/views/profile/show.html.haml