##// END OF EJS Templates
Reduced the size of the gravatar on the issue history...
Eric Davis -
r1963:1a6595aa1791
parent child
Show More
@@ -1,7 +1,7
1 <% reply_links = authorize_for('issues', 'edit') -%>
1 <% reply_links = authorize_for('issues', 'edit') -%>
2 <% for journal in journals %>
2 <% for journal in journals %>
3 <div id="change-<%= journal.id %>" class="journal">
3 <div id="change-<%= journal.id %>" class="journal">
4 <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "48") %>
4 <%= gravatar(journal.user.mail.blank? ? "" : journal.user.mail, :size => "32") %>
5 <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
5 <h4><div style="float:right;"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
6 <%= content_tag('a', '', :name => "note-#{journal.indice}")%>
7 <%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
7 <%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
@@ -637,7 +637,7 div.issue table img.gravatar {
637
637
638 #history img.gravatar {
638 #history img.gravatar {
639 padding: 3px;
639 padding: 3px;
640 margin: 0 2em 1em 0;
640 margin: 0 1em 1em 0;
641 float: left;
641 float: left;
642 }
642 }
643
643
General Comments 0
You need to be logged in to leave comments. Login now