Ignore:
Timestamp:
03/05/23 18:01:28 (16 months ago)
Author:
GitHub <noreply@…>
Branches:
main
Children:
c3278ac, fdd7961
Parents:
f194b4e (diff), 5f53114 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Filip Chorbeski <86695898+FilipChorbeski@…> (03/05/23 18:01:28)
git-committer:
GitHub <noreply@…> (03/05/23 18:01:28)
Message:

Merge pull request #8 from SazdovaEkaterina/adopting-a-pet

Adopting a Pet

File:
1 edited

Legend:

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

    rf194b4e r8b7dd7f  
    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>
    3844  <form method="get" th:action="@{'/create-post'}">
    39     <button id="submit" type="submit">Create an Adoption Post</button>
     45    <button id="createPost"
     46            type="submit"
     47            class="btn">Create an Adoption Post</button>
    4048  </form>
    4149</div>
    4250<div>
    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>
     51  <form method="get" th:action="@{'/adoption-posts'}">
     52    <button id="submit"
     53            type="submit"
     54            class="btn">View Pet Posts</button>
     55  </form>
    4756</div>
    48 
    4957</body>
    5058</html>
Note: See TracChangeset for help on using the changeset viewer.