annotate .svn/pristine/e8/e8c513c141453d77475d917e62e4f70dbbd0e904.svn-base @ 1532:a0460a3d154f cannam

Toward getting the user id for a committer by name as well as login/email
author Chris Cannam
date Wed, 11 Feb 2015 13:13:03 +0000
parents 261b3d9a4903
children
rev   line source
Chris@1464 1 <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
Chris@1464 2 <hr />
Chris@1464 3 <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>