OSDN Git Service

Customization and previewing of broadcast messages
authorAndrew Tomaka <atomaka@gmail.com>
Mon, 9 Dec 2013 05:34:51 +0000 (00:34 -0500)
committerAndrew Tomaka <atomaka@gmail.com>
Wed, 18 Dec 2013 22:43:45 +0000 (17:43 -0500)
commit0760ba3efb7566b9f56bb066f4b15ba8ea34e1e7
tree90188fdd35e78469275a6f6084b33dce7495d841
parent566b49624a230728a3a873ee1937f4b8d30ff8f5
Customization and previewing of broadcast messages
14 files changed:
CHANGELOG
app/assets/javascripts/admin.js.coffee
app/assets/stylesheets/common.scss
app/helpers/broadcast_messages_helper.rb [new file with mode: 0644]
app/models/broadcast_message.rb
app/views/admin/broadcast_messages/index.html.haml
app/views/layouts/_broadcast.html.haml
db/migrate/20131130165425_add_color_and_font_to_broadcast_messages.rb [new file with mode: 0644]
db/schema.rb
features/admin/broadcast_messages.feature
features/steps/admin/admin_broadcast_messages.rb
spec/factories/broadcast_messages.rb
spec/helpers/broadcast_messages_helper_spec.rb [new file with mode: 0644]
spec/models/broadcast_message_spec.rb