<td className="thin text-left text-top nowrap">
{moment(issue.creationDate).format('LLL')}
</td>
- <td className="thin text-left text-top nowrap" />
<td className="text-left text-top">
{author ? `${translate('created_by')} ${author}` : translate('created')}
</td>
<td className="thin text-left text-top nowrap">
{moment(item.creationDate).format('LLL')}
</td>
- <td className="thin text-left text-top nowrap">
- <Avatar
- className="little-spacer-right"
- hash={item.avatar}
- name={item.userName}
- size={16}
- />
- {item.userName}
- </td>
<td className="text-left text-top">
+ {item.userName &&
+ <p>
+ <Avatar
+ className="little-spacer-right"
+ hash={item.avatar}
+ name={item.userName}
+ size={16}
+ />
+ {item.userName}
+ </p>}
{item.diffs.map(diff => <IssueChangelogDiff key={diff.key} diff={diff} />)}
</td>
</tr>
>
March 1, 2017 9:36 AM
</td>
- <td
- className="thin text-left text-top nowrap"
- />
<td
className="text-left text-top"
>
>
March 1, 2017 9:36 AM
</td>
- <td
- className="thin text-left text-top nowrap"
- >
- <Connect(Avatar)
- className="little-spacer-right"
- hash="gravatarhash"
- name="john.doe"
- size={16}
- />
- john.doe
- </td>
<td
className="text-left text-top"
>
+ <p>
+ <Connect(Avatar)
+ className="little-spacer-right"
+ hash="gravatarhash"
+ name="john.doe"
+ size={16}
+ />
+ john.doe
+ </p>
<IssueChangelogDiff
diff={
Object {