Merge branch 'master' into voting-proposals
Conflicts: app/models/proposal.rb app/views/proposals/_proposal.html.erb app/views/proposals/index.html.erb app/views/proposals/show.html.erb spec/support/common_actions.rb
This commit is contained in:
@@ -13,6 +13,7 @@ Setting.create(key: 'max_votes_for_debate_edit', value: '1000')
|
||||
Setting.create(key: 'max_votes_for_proposal_edit', value: '1000')
|
||||
Setting.create(key: 'proposal_code_prefix', value: 'MAD')
|
||||
Setting.create(key: 'votes_for_proposal_success', value: '100')
|
||||
Setting.create(key: 'months_to_archive_proposals', value: '12')
|
||||
Setting.create(key: 'comments_body_max_length', value: '1000')
|
||||
|
||||
Setting.create(key: 'twitter_handle', value: '@consul_dev')
|
||||
|
||||
Reference in New Issue
Block a user