aboutsummaryrefslogtreecommitdiff
path: root/app/views/things/_thing.html.erb
blob: 5a31ccc9bee0b97268c09b7c14e8b2864ff503aa (plain)
1
2
3
4
5
6
7
<div id="<%= dom_id thing %>" class="thing_row">
  <div class="thing_head">
    <div class="dot dot_<%= thing.kind %>" title="<%= I18n.t("things.kind.#{thing.kind}") %>"></div>
  </div>
  <div class="thing_body"><%= link_to thing.title, edit_thing_path(thing) %></div>
  <div class="thing_tail"><%= thing.rate %></div>
</div>