Merge branch 'master' of https://gitlab.discs.ateneo.edu/AngKo_Catolico_Ilicito_Reyes/finalproject
Showing
No preview for this file type
election_2016/.DS_Store
100644 → 100755
No preview for this file type
election_2016/.gitignore
100644 → 100755
election_2016/Gemfile
100644 → 100755
election_2016/Gemfile.lock
100644 → 100755
election_2016/README.rdoc
100644 → 100755
election_2016/Rakefile
100644 → 100755
election_2016/app/.DS_Store
100644 → 100755
No preview for this file type
election_2016/app/assets/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/assets/images/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/assets/images/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/assets/images/LP_Senators.jpg
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
election_2016/app/assets/images/UNA_Senators.png
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
election_2016/app/controllers/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/controllers/concerns/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/helpers/application_helper.rb
100644 → 100755
election_2016/app/mailers/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/models/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/models/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/models/candidate.rb
100644 → 100755
election_2016/app/models/concerns/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/models/position.rb
100644 → 100755
election_2016/app/models/user.rb
100644 → 100755
election_2016/app/models/vote.rb
100644 → 100755
election_2016/app/views/.DS_Store
100644 → 100755
No preview for this file type
election_2016/app/views/devise/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/views/pages/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/app/views/pages/about.html.erb
100644 → 100755
election_2016/app/views/pages/index.html.erb
100644 → 100755
election_2016/app/views/votes/vote.html.erb
100644 → 100755
election_2016/config.ru
100644 → 100755
election_2016/config/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/config/application.rb
100644 → 100755
election_2016/config/boot.rb
100644 → 100755
election_2016/config/database.yml
100644 → 100755
election_2016/config/environment.rb
100644 → 100755
election_2016/config/environments/development.rb
100644 → 100755
election_2016/config/environments/production.rb
100644 → 100755
election_2016/config/environments/test.rb
100644 → 100755
election_2016/config/initializers/assets.rb
100644 → 100755
election_2016/config/initializers/devise.rb
100644 → 100755
election_2016/config/initializers/inflections.rb
100644 → 100755
election_2016/config/initializers/mime_types.rb
100644 → 100755
election_2016/config/locales/devise.en.yml
100644 → 100755
election_2016/config/locales/en.yml
100644 → 100755
election_2016/config/routes.rb
100644 → 100755
election_2016/config/secrets.yml
100644 → 100755
election_2016/db/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/db/schema.rb
100644 → 100755
File mode changed from 100644 to 100755
election_2016/db/seeds.rb
100644 → 100755
election_2016/lib/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/lib/assets/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/lib/tasks/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/log/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/public/404.html
100644 → 100755
election_2016/public/422.html
100644 → 100755
election_2016/public/500.html
100644 → 100755
election_2016/public/favicon.ico
100644 → 100755
File mode changed from 100644 to 100755
election_2016/public/robots.txt
100644 → 100755
election_2016/test/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/controllers/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/fixtures/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/fixtures/candidates.yml
100644 → 100755
election_2016/test/fixtures/positions.yml
100644 → 100755
election_2016/test/fixtures/users.yml
100644 → 100755
election_2016/test/fixtures/votes.yml
100644 → 100755
election_2016/test/helpers/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/integration/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/mailers/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/models/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/test/models/candidate_test.rb
100644 → 100755
election_2016/test/models/position_test.rb
100644 → 100755
election_2016/test/models/user_test.rb
100644 → 100755
election_2016/test/models/vote_test.rb
100644 → 100755
election_2016/test/test_helper.rb
100644 → 100755
election_2016/vendor/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/vendor/assets/.DS_Store
100644 → 100755
File mode changed from 100644 to 100755
election_2016/vendor/assets/javascripts/.keep
100644 → 100755
File mode changed from 100644 to 100755
election_2016/vendor/assets/stylesheets/.keep
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment