Skip to content

Commit

Permalink
fix(page.html): add alert back in
Browse files Browse the repository at this point in the history
also fixes lndung page int test OOTB
  • Loading branch information
duncdrum committed Jul 1, 2021
1 parent 965ab7c commit 72b7ae7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion generators/app/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<h1 data-template="config:app-title">Generated page</h1>
<% if(apptype == 'plain'){ %>
</div><% } else { %><% } %>
<div class="row">
<div class="alert alert-success">
<p>
This is the entry page into your application and was generated by yeoman. It uses HTML templates for a clean separation of HTML views and application logic.</p>
<p>To add your own template functions, start by editing the XQuery module:
<pre>app.xql</pre>.</p>
</div>
<div class="row">
<div class="col-md-6">
<p>The page template uses the <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> CSS library for the page layout.</p>
</div>
Expand Down

0 comments on commit 72b7ae7

Please sign in to comment.