Improved shown information in popovers.

This commit is contained in:
Martin Edenhofer 2015-01-20 08:43:11 +01:00
parent ed81a4f7e2
commit 156b7f905d
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<% if @organization[row.name]: %>
<div class="column">
<h3><%- @T( row.display ) %></h3>
<div class="u-textTruncate"><%- @L( @P( @organization[row.name] ) ) %></div>
<div><%- @L( @P( @organization[row.name] ) ) %></div>
</div>
<% end %>
<% end %>

View file

@ -7,7 +7,7 @@
<% if @user[row.name]: %>
<div class="column">
<h3><%- @T( row.display ) %></h3>
<div class="u-textTruncate"><%- @L( @P( @user[row.name] ) ) %></div>
<div><%- @L( @P( @user[row.name] ) ) %></div>
</div>
<% end %>
<% end %>