container.add(new InlineHTML(", "));
}
InlineLabel contributorLabel = new InlineLabel(contributor.getName());
contributorLabel.addStyleName(secondaryLinkStyle ? "secondaryLink" : "primaryLink");
contributorLabel.addStyleName("nowrap");
contributorLabel.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent e) {
// TODO: this isn't great, but it works.
// The right way to do this would probably be to store all content items in the
// ClientCache and fire a history change event here to load the page, instead