Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/home.html

    r9358bff rd7eaf88  
    3636</header>
    3737<div>
    38   <h1>Welcome to Paw 5</h1>
    39   <h3>Let's get started
    40     <th:block  th:text="${session.user?.getName()}"></th:block>
    41   </h3>
    42 </div>
    43 <div>
    4438  <form method="get" th:action="@{'/create-post'}">
    45     <button id="createPost"
    46             type="submit"
    47             class="btn">Create an Adoption Post</button>
     39    <button id="submit" type="submit">Create an Adoption Post</button>
    4840  </form>
    4941</div>
    5042<div>
    51   <form method="get" th:action="@{'/adoption-posts'}">
    52     <button id="submit"
    53             type="submit"
    54             class="btn">View Pet Posts</button>
    55   </form>
     43  <h1>Welcome to Paw 5</h1>
     44  <h3>Let's get started
     45    <th:block  th:text="${session.user.getName()}"></th:block>
     46  </h3>
    5647</div>
     48
    5749</body>
    5850</html>
Note: See TracChangeset for help on using the changeset viewer.