Skip to content

Instantly share code, notes, and snippets.

@qickstarter
Created July 5, 2013 08:47
Show Gist options
  • Save qickstarter/5933026 to your computer and use it in GitHub Desktop.
Save qickstarter/5933026 to your computer and use it in GitHub Desktop.
<div class="cfx reply_commentblock" id="journal_comment_<%= reply.id %>" class="<%= classes ||= "" %>" <%= (hide_column ||= false) ? 'style="display:none;"' : '' %>>
<p class="f_left"><%= link_to image_tag(img_url(reply.user.profile.image, :w => 30), :alt => '', :class => 'user_icon'), "/#{reply.user.get_url}" -%></p>
<div class="pos_relative f_right box_reply">
<div class="cfx comment_status_bar_body">
<div class="small_left_arrow f_left"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment