-
- Downloads
Merge pull request #89 from codidact/art/markdown-parser
No related branches found
No related tags found
Showing
- .github/workflows/dev-deploy.yml 2 additions, 1 deletion.github/workflows/dev-deploy.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 5 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/posts.js 8 additions, 4 deletionsapp/assets/javascripts/posts.js
- app/assets/stylesheets/application.scss 17 additions, 0 deletionsapp/assets/stylesheets/application.scss
- app/controllers/answers_controller.rb 2 additions, 11 deletionsapp/controllers/answers_controller.rb
- app/controllers/comments_controller.rb 0 additions, 8 deletionsapp/controllers/comments_controller.rb
- app/controllers/posts_controller.rb 3 additions, 12 deletionsapp/controllers/posts_controller.rb
- app/controllers/questions_controller.rb 1 addition, 10 deletionsapp/controllers/questions_controller.rb
- app/controllers/users_controller.rb 1 addition, 1 deletionapp/controllers/users_controller.rb
- app/helpers/application_helper.rb 21 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/posts_helper.rb 3 additions, 2 deletionsapp/helpers/posts_helper.rb
- app/models/post.rb 1 addition, 3 deletionsapp/models/post.rb
- app/views/answers/edit.html.erb 1 addition, 1 deletionapp/views/answers/edit.html.erb
- app/views/categories/index.html.erb 1 addition, 1 deletionapp/views/categories/index.html.erb
- app/views/categories/show.html.erb 1 addition, 1 deletionapp/views/categories/show.html.erb
- app/views/comments/_comment.html.erb 1 addition, 1 deletionapp/views/comments/_comment.html.erb
- app/views/layouts/_head.html.erb 2 additions, 2 deletionsapp/views/layouts/_head.html.erb
- app/views/layouts/_sidebar.html.erb 1 addition, 1 deletionapp/views/layouts/_sidebar.html.erb
- app/views/posts/_form.html.erb 1 addition, 1 deletionapp/views/posts/_form.html.erb
Loading
Please register or sign in to comment