summaryrefslogtreecommitdiff
path: root/app/views/nodes/_recent_change_item.html.erb
blob: 754a775a28be77c5b33eeb6a0476f9d21ccd8a5a (plain)
1
2
3
4
5
6
7
8
9
<li>
  <div>
    <%= link_to title_for_node(node), node_path(node) %>
    <span class="field_hint"><%= link_to_path("#{node.unique_name} ↗", node.unique_name) %></span>
  </div>
  <span class="dashboard_widget_meta">
    <%= (editor = node_head_editor(node)) ? t("last_edited_by", editor: editor) : t("last_edited") %>, <%= relative_time_phrase(node.head.updated_at) %>
  </span>
</li>