Adding views for the profile and entry pages
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/api/mastodon/entities.rb 4 additions, 0 deletionsapp/api/mastodon/entities.rb
- app/api/mastodon/rest.rb 7 additions, 1 deletionapp/api/mastodon/rest.rb
- app/assets/stylesheets/profile.scss 114 additions, 3 deletionsapp/assets/stylesheets/profile.scss
- app/controllers/profile_controller.rb 10 additions, 0 deletionsapp/controllers/profile_controller.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/layouts/application.html.haml 2 additions, 1 deletionapp/views/layouts/application.html.haml
- app/views/profile/_status.html.haml 7 additions, 0 deletionsapp/views/profile/_status.html.haml
- app/views/profile/_status_footer.html.haml 7 additions, 0 deletionsapp/views/profile/_status_footer.html.haml
- app/views/profile/_status_header.html.haml 8 additions, 0 deletionsapp/views/profile/_status_header.html.haml
- app/views/profile/entry.html.haml 2 additions, 0 deletionsapp/views/profile/entry.html.haml
- app/views/profile/show.html.haml 8 additions, 2 deletionsapp/views/profile/show.html.haml
... | ... | @@ -14,6 +14,7 @@ gem 'puma' |
gem 'haml-rails' | ||
gem 'pg' | ||
gem 'dotenv-rails' | ||
gem 'font-awesome-sass' | ||
gem 'grape' | ||
gem 'grape-route-helpers' | ||
... | ... |
app/views/profile/_status.html.haml
0 → 100644
app/views/profile/_status_footer.html.haml
0 → 100644
app/views/profile/_status_header.html.haml
0 → 100644
app/views/profile/entry.html.haml
0 → 100644
Please register or sign in to comment