File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
templates/ContentGenerator/Base Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 163163 'instructor_user_statistics',
164164 text => $urlUserID,
165165 captures => { userID => $urlUserID },
166+ link_attrs => { dir => 'ltr' }
166167 ) %>
167168 </li>
168169 % }
173174 text => $eUserID,
174175 captures => { userID => $eUserID },
175176 active => current_route eq 'instructor_user_statistics'
176- && !defined $urlUserID
177+ && !defined $urlUserID,
178+ link_attrs => { dir => 'ltr' }
177179 ) %>
178180 </li>
179181 % }
216218 'instructor_user_progress',
217219 text => $urlUserID,
218220 captures => { userID => $urlUserID },
221+ link_attrs => { dir => 'ltr' }
219222 ) %>
220223 </li>
221224 % }
226229 text => $eUserID,
227230 captures => { userID => $eUserID },
228231 active => current_route eq 'instructor_user_progress'
229- && !defined $urlUserID
232+ && !defined $urlUserID,
233+ link_attrs => { dir => 'ltr' }
230234 ) %>
231235 </li>
232236 % }
You can’t perform that action at this time.
0 commit comments