diff options
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_results_page.html')
| -rw-r--r-- | gn2/wqflask/templates/gn_editor_results_page.html | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/gn_editor_results_page.html b/gn2/wqflask/templates/gn_editor_results_page.html index f19ef7ab..9453ba02 100644 --- a/gn2/wqflask/templates/gn_editor_results_page.html +++ b/gn2/wqflask/templates/gn_editor_results_page.html @@ -6,11 +6,21 @@ </div> </div> <br> - <div> - <h3>Commit Sha:</h3> - - <h3>Commit Message</h3> + {% if error %} + <h1> error occurred *error message hereh </h1> + {% else %} + <div> + <h3>Commit Sha: <span class="lead"> + <mark style="font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;"><b><i>commit hash</i></b></mark> + </span></h3> + <br/> + <div class="lead"> <h3>Commit Message: + <mark style="font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;"><b><i>commit message</i></b></mark> + </h3> + + </div> </div> + {% endif %} <br> </div> </section> |
