Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
fixed the persons overview design i issue #65
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswo committed Sep 14, 2014
1 parent 5bf61b2 commit c42ae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/persons/persons.jade
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ block content
button.btn.btn-primary.btn-xs(type='submit')
= dict === undefined ? 'ERROR' : dict.get('persons', 'infoButtonText')
tr.memo(id='memo_'+results[i]['per_id'])
td(colspan='4').well
td(colspan='6').well
p.input.col-lg-11=results[i]['per_memo']
.col-lg-3.pull-right
.pull-right.editbutton
Expand Down

0 comments on commit c42ae56

Please # to comment.