-
- Downloads
Merge pull request #93 from codidact/art/articles
Showing
- app/assets/javascripts/articles.coffee 3 additions, 0 deletionsapp/assets/javascripts/articles.coffee
- app/assets/stylesheets/articles.scss 3 additions, 0 deletionsapp/assets/stylesheets/articles.scss
- app/assets/stylesheets/posts.scss 9 additions, 0 deletionsapp/assets/stylesheets/posts.scss
- app/controllers/articles_controller.rb 92 additions, 0 deletionsapp/controllers/articles_controller.rb
- app/controllers/comments_controller.rb 2 additions, 13 deletionsapp/controllers/comments_controller.rb
- app/controllers/posts_controller.rb 3 additions, 2 deletionsapp/controllers/posts_controller.rb
- app/controllers/questions_controller.rb 7 additions, 3 deletionsapp/controllers/questions_controller.rb
- app/helpers/application_helper.rb 37 additions, 0 deletionsapp/helpers/application_helper.rb
- app/helpers/articles_helper.rb 2 additions, 0 deletionsapp/helpers/articles_helper.rb
- app/helpers/categories_helper.rb 4 additions, 1 deletionapp/helpers/categories_helper.rb
- app/helpers/comments_helper.rb 12 additions, 0 deletionsapp/helpers/comments_helper.rb
- app/helpers/post_types_helper.rb 12 additions, 0 deletionsapp/helpers/post_types_helper.rb
- app/models/article.rb 7 additions, 0 deletionsapp/models/article.rb
- app/models/post.rb 10 additions, 10 deletionsapp/models/post.rb
- app/models/vote.rb 5 additions, 2 deletionsapp/models/vote.rb
- app/views/articles/_form.html.erb 47 additions, 0 deletionsapp/views/articles/_form.html.erb
- app/views/articles/edit.html.erb 1 addition, 0 deletionsapp/views/articles/edit.html.erb
- app/views/articles/show.html.erb 8 additions, 0 deletionsapp/views/articles/show.html.erb
- app/views/posts/_article_list.html.erb 30 additions, 0 deletionsapp/views/posts/_article_list.html.erb
- app/views/posts/_expanded.html.erb 14 additions, 11 deletionsapp/views/posts/_expanded.html.erb
Loading
Please register or sign in to comment