File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 118
118
</ script >
119
119
120
120
< script id ="resetPassword " type ="text/html ">
121
- < form method = "POST" id = "resetPasswordForm" action = "@{Admin.changePassword ()}" class = "form-horizontal" >
121
+ < form method = "POST" id = "resetPasswordForm" action = "@{Admin.resetPassword ()}" class = "form-horizontal" >
122
122
< div class = "control-group" >
123
123
< label class = "control-label" for = "username" > Username</ label >
124
124
< div class = "controls" >
@@ -157,7 +157,7 @@ <h3>Account Management</h3>
157
157
< td > #{if account.lastLogin}${account.lastLogin.format('yyyy-MM-dd hh:mm')}#{/if}#{else}--#{/else}</ td >
158
158
< td > #{if account.active}< i class ="icon-ok "> </ i > #{/if}#{else}< i class ="icon-remove "> </ i > #{/else}</ td >
159
159
< td > #{if account.admin}< i class ="icon-ok "> </ i > #{/if}#{else}< i class ="icon-remove "> </ i > #{/else}</ td >
160
- < td > #{if account.agency }${account.agency.name }#{/if}</ td >
160
+ < td > #{if account.agencyId }${account.agencyId }#{/if}</ td >
161
161
< td > < a href ="#editAccountModal " onclick ="editAccount('${account.username}'); "> Edit</ a > <!-- | <a href="#resetPasswordModal" onclick="resetPassword('${account.username}');">Reset Password</a> --> </ td >
162
162
163
163
</ tr >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require:
12
12
- org.geotools -> gt-geojson 12.2
13
13
- com.fasterxml.jackson.core -> jackson-core 2.4.4
14
14
- com.fasterxml.jackson.core -> jackson-databind 2.4.4
15
- - org.opentripplanner -> otp 1.0.0-SNAPSHOT
15
+ - org.opentripplanner -> otp 0.14.0
16
16
- net.sf.opencsv -> opencsv 2.0
17
17
- org.mapdb -> mapdb 1.0.7
18
18
You can’t perform that action at this time.
0 commit comments