From 8f4e1b4bf0f751ec2a252886739aeda846c1da92 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Fri, 13 Jun 2014 10:11:01 -0700 Subject: [PATCH] Making the ModelModal look better. --- app/views/modal/model_modal.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/modal/model_modal.coffee b/app/views/modal/model_modal.coffee index 67602431d..e1f983247 100644 --- a/app/views/modal/model_modal.coffee +++ b/app/views/modal/model_modal.coffee @@ -4,6 +4,7 @@ template = require 'templates/modal/model' module.exports = class ModelModal extends View id: 'model-modal' template: template + plain: true constructor: (options) -> super options