Sha256: 4eb4559f6acfce412991ff8986a8e90480a4feef759c2f63748856e58f462bd7

Contents?: true

Size: 821 Bytes

Versions: 14

Compression:

Stored size: 821 Bytes

Contents

<li id='comment<%= li[:id] %>' <%= "class='c40' " if li[:status] > Zena::Status::Pub %>><div class='header'>
    <span class='actions'>
    <%= link_to_remote(_('btn_remove'), :url => remove_comment_path(:id=>li[:id], :bin=>@admin), :method => :put) %>
    <%= link_to_remote(_('btn_publish'), :url=> publish_comment_path(:id=>li[:id], :bin=>@admin), :method => :put) if li[:status] > Zena::Status::Pub %>
    </span>
    <span class='date'><%= long_date(li.created_at) + " " + short_time(li.created_at) %></span>
    <span class='sign'><%= li.author_name %></span>
    <span class='title'><%= make_link(:node => li.discussion.node, :title => "#{li.discussion.node.title}#{li.title.blank? ? '' : " / #{li.title}"}") %></span>
  </div>
  <div class='body'>
    <div class='zazen'><%= zazen(li.text) %></div>
  </div>
</li>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
zena-1.2.8 app/views/comments/_li.rhtml
zena-1.2.7 app/views/comments/_li.rhtml
zena-1.2.6 app/views/comments/_li.rhtml
zena-1.2.5 app/views/comments/_li.rhtml
zena-1.2.4 app/views/comments/_li.rhtml
zena-1.2.3 app/views/comments/_li.rhtml
zena-1.2.2 app/views/comments/_li.rhtml
zena-1.2.1 app/views/comments/_li.rhtml
zena-1.2.0 app/views/comments/_li.rhtml
zena-1.1.3 app/views/comments/_li.rhtml
zena-1.1.2 app/views/comments/_li.rhtml
zena-1.1.1 app/views/comments/_li.rhtml
zena-1.1.0 app/views/comments/_li.rhtml
zena-1.0.0 app/views/comments/_li.rhtml