File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
site-generator/src/main/resources/templates Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 3535 < p > ${stabilityEmoji(model)} ${model.description}</ p >
3636</ div >
3737
38+ < #if has_messages>
39+
40+ < div class ="page-header ">
41+ < p > < a href ="${relativePathToContextRoot}log-message-reference.html "> Log and Exception Message Code Reference</ a > </ p >
42+ </ div >
43+
44+ </ #if>
45+
3846< #if model.runtime>
3947 < div class ="alert alert-info " role ="alert ">
4048 < strong > Runtime only resource</ strong > This resource is runtime only and doesn't have any persistent configuration.
@@ -368,16 +376,5 @@ <h4 class="panel-title">Reply properties</h4>
368376 </ div >
369377
370378</ #if>
371- < #if has_messages>
372379
373- < div class ="page-header ">
374-
375- < h4 class ="btn btn-secondary " data-toggle ="collapse " data-target ="#messages "> Log Messages</ h4 >
376-
377- < div class ="collapse show " id ="messages ">
378- < a href ="${relativePathToContextRoot}log-message-reference.html "> Log and Exception Message Code Reference</ a >
379- </ div >
380- </ div >
381-
382- </ #if>
383380
You can’t perform that action at this time.
0 commit comments