OSDN Git Service

Refactoring to notifylist.scala.html
authoruyaji <yuichiro.uyama@gmail.com>
Thu, 12 Sep 2013 07:23:44 +0000 (16:23 +0900)
committeruyaji <yuichiro.uyama@gmail.com>
Thu, 12 Sep 2013 07:23:44 +0000 (16:23 +0900)
PartsList/PartsList/app/views/notifylist.scala.html

index 753d0cf..2659ab4 100644 (file)
@@ -32,7 +32,7 @@
                        @for(notify <- notifies) {
                                <tr><td>
                                @if(notify.notifyLevel==0) {
-                                       @if(notifyType==0) {
+                                       @if(notifyType==0 || notifyType==3) {
                                                @Messages("notify.type0")
                                        } else {
                                                @Messages("notify.type1")