It is not necessary to show 'new' mark in the list of ideas

This commit is contained in:
Manuel Cillero 2017-09-08 21:28:28 +02:00
parent a35dce838b
commit 28eb21dfe8

View file

@ -9,7 +9,7 @@ function theme_stormidea_list($header, $ideas) {
foreach ($ideas as $idea) {
$rows[] = array(
'<span class="idea-title">' . $idea->title . theme('mark', node_mark($idea->nid, $idea->changed)) . '</span>',
'<span class="idea-title">' . $idea->title . '</span>',
format_date($idea->changed, 'small'),
array(
'data' => storm_icon_edit_node($idea, $_GET) . storm_icon_delete_node($idea, $_GET),