Skip to content

Commit

Permalink
Merge pull request #187 from xmbhasin/postgres
Browse files Browse the repository at this point in the history
Fix: minor template typos
  • Loading branch information
bitemyapp authored Aug 6, 2018
2 parents 27fba02 + b868f3e commit ce163c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/homepage.hamlet
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<li .list-group-item>
The <tt>#{handlerName}</tt> handler is set to generate your
site's home screen in Routes file
site's home screen in the Routes file
<tt>config/routes

<li .list-group-item>
Expand All @@ -44,7 +44,7 @@
The HTML you are seeing now is actually composed by a number of <em>widgets</em>, #
most of them are brought together by the <tt>defaultLayout</tt> function which #
is defined in the <tt>Foundation.hs</tt> module, and used by <tt>#{handlerName}</tt>. #
All the files for templates and wigdets are in <tt>templates</tt>.
All the files for templates and widgets are in <tt>templates</tt>.

<li .list-group-item>
A Widget's Html, Css and Javascript are separated in three files with the
Expand All @@ -66,7 +66,7 @@
<p>
This is an example of a form. Read the
<a href="http://www.yesodweb.com/book/forms">Forms chapter</a> #
on the yesod book to learn more about them.
in the yesod book to learn more about them.

<div .row>
<div .col-lg-6>
Expand Down

0 comments on commit ce163c0

Please sign in to comment.