Browse Source

things be more sane

master
mort 8 years ago
parent
commit
0b4615a73d
2 changed files with 8 additions and 2 deletions
  1. 1
    1
      views/profile.html
  2. 7
    1
      views/settings.html

+ 1
- 1
views/profile.html View File

@@ -7,8 +7,8 @@
{{template#body}}

<div id="profile" class="container small-width-container">
<div class="title">{{arg#username}}</div>
<div id="collections" class="container small-width">
<div class="title">{{arg#username}}</div>
{{noescape#collections}}
</div>
</div>

+ 7
- 1
views/settings.html View File

@@ -7,8 +7,14 @@
{{template#body}}

<div id="settings" class="container small-width-container">
<a class="title" href="/profile?{{session#userId}}">{{session#username}}</a>
<div class="title" href="/profile?{{session#userId}}">{{session#username}}</div>

<form id="collections-form" class="container small-width">
<div class="title">My Collections</div>
<div class="submit-container">
<a class="btn btn-default" href="/profile?{{session#userId}}">My Collections</a>
</div>
</form>
<form id="password-form" class="container small-width">
<div class="title">Change Password</div>
<div class="form-group">

Loading…
Cancel
Save