diff --git a/app/views/index.scala.html b/app/views/index.scala.html index 7f23946..f7e4ed3 100644 --- a/app/views/index.scala.html +++ b/app/views/index.scala.html @@ -15,7 +15,7 @@
*ICD-10 CM FY 2016

@message

- Start Over + Start Over @for(term <- addTerms) { } @@ -53,7 +53,7 @@

@message

@myCodes.codeValues.map { oneCodeValue => - @oneCodeValue.icd10Code + @oneCodeValue.icd10Code @if(oneCodeValue.billability == 1) { } @@ -64,7 +64,7 @@

@message

@if(oneCodeValue.billability > 0 && oneCodeValue.billableCodes.size() > 0) { @oneCodeValue.billableCodes.map { billableCode => - @billableCode + @billableCode } } @@ -72,7 +72,7 @@

@message

 Code Ref: @for(foundCode <- oneCodeValue.foundCodes.toSeq) { - @foundCode + @foundCode } } diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 221295d..94bf29d 100644 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -47,7 +47,7 @@ - +
@@ -64,7 +64,7 @@

The new standard for mobile medical photography.


 

©2015 WinguMD, Inc. Palo Alto, California. All rights reserved.
This is a promotional product. Using the ICD-10 CM FY 2016 data set. -
This open source product is provided to you under the terms of the MIT license.

+
This open source product is provided to you under the terms of the MIT license.