Skip to content

Commit

Permalink
bolding the user's attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jul 7, 2016
1 parent 80fa310 commit 685031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if type(value) is list:
value = ', '.join(value)
%>
<td>${attrs_list[attr]['display_name']}:</td>
<td><b>${attrs_list[attr]['display_name']}</b>:</td>
<td>${value}</td>
% endif
</tr>
Expand Down

0 comments on commit 685031e

Please sign in to comment.