File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1818 <th scope =" col" >Title</th >
1919 <th scope =" col" >Intra Title ID</th >
2020 <th scope =" col" >Current user(s)</th >
21+ <th scope =" col" >Intra User Title ID</th >
2122 <th scope =" col text-end" style =" text-align : end ;" >Options</th > <!-- for some reason the text-end class doesn't work here -->
2223 </thead >
2324 <tbody >
2930 <td >{{ title .intra_title_id if title .intra_title_id else " N/A" }} </td >
3031 {# <td>{{ title.title_users[0].user.intra_user.login if title.title_users.length > 0 else "N/A" }}</td> #}
3132 <td >{{ title .title_users | keyjoin (' user.intra_user.login' , ' , ' ) }} </td >
33+ <td >{{ title .title_users | keyjoin (' id' , ' , ' ) }} </td >
3234 <td class =" text-end" >
3335 <a href =" /admin/titles/{{ title.id }}/edit" class =" btn btn-sm btn-outline-secondary" >Edit</a >
3436 </td >
You can’t perform that action at this time.
0 commit comments