Skip to content

Instantly share code, notes, and snippets.

@chrisking
Created March 20, 2012 17:24
Show Gist options
  • Select an option

  • Save chrisking/2138363 to your computer and use it in GitHub Desktop.

Select an option

Save chrisking/2138363 to your computer and use it in GitHub Desktop.
show assigned_to
<div class="assigned_to editable story_field" fieldtype="select" fieldname="assigned_to" fieldlabel="<%=l(:assigned_to)%>">
<div class="t">Assigned To:</div>
<div class="v"><%= assignee_name_or_empty(story) %></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment