Created
March 20, 2012 17:24
-
-
Save chrisking/2138363 to your computer and use it in GitHub Desktop.
show assigned_to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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