]> cat aescling's git repositories - mastodon.git/commit
Adding Turbolinks, adding status posting form on homepage
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Mar 2016 17:26:47 +0000 (18:26 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Mar 2016 17:26:47 +0000 (18:26 +0100)
commitf14f462eaf8dcf272db54cd513bf7ffe7dc6a6e3
tree2275619996f64b55369e4f35cd228eb52dc48601
parentc28971c70c3d5caf18a5e931ff345534f1e4cece
Adding Turbolinks, adding status posting form on homepage
14 files changed:
Gemfile
Gemfile.lock
app/assets/javascripts/application.js
app/assets/javascripts/statuses.coffee [new file with mode: 0644]
app/assets/stylesheets/dashboard.scss
app/assets/stylesheets/statuses.scss [new file with mode: 0644]
app/controllers/statuses_controller.rb [new file with mode: 0644]
app/helpers/statuses_helper.rb [new file with mode: 0644]
app/models/status.rb
app/services/follow_remote_account_service.rb
app/views/home/index.html.haml
config/routes.rb
spec/controllers/statuses_controller_spec.rb [new file with mode: 0644]
spec/helpers/statuses_helper_spec.rb [new file with mode: 0644]