We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c3a1b commit 2fbd1d3Copy full SHA for 2fbd1d3
frameworks/Java/helidon/nima/src/main/resources/views/fortunes.rocker.html
@@ -1,24 +1,4 @@
1
@import io.helidon.benchmark.nima.models.Fortune
2
@import java.util.List
3
@args (List<Fortune> fortunes)
4
-
5
-<!DOCTYPE html>
6
-<html>
7
-<head>
8
-<title>Fortunes</title>
9
-</head>
10
-<body>
11
-<table>
12
- <tr>
13
- <th>id</th>
14
- <th>message</th>
15
- </tr>
16
- @for (f : fortunes) {
17
18
- <td>@f.getId()</td>
19
- <td>@f.getMessage()</td>
20
21
- }
22
-</table>
23
-</body>
24
-</html>
+<!DOCTYPE html><html><head><title>Fortunes</title></head><body><table><tr><th>id</th><th>message</th></tr>@for (f : fortunes) {<tr><td>@f.getId()</td><td>@f.getMessage()</td></tr>}</table></body></html>
0 commit comments