File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
template/en/default/bug_modal Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 284284 <menuitem id="action-add-comment" label="Add Comment"></menuitem>
285285 [% END %]
286286 <menuitem id="action-last-comment" label="Last Comment"></menuitem>
287+ <hr>
288+ <menuitem id="action-history" label="History"></menuitem>
287289 </menu>
288290
289291 </div>
Original file line number Diff line number Diff line change @@ -329,6 +329,13 @@ $(function() {
329329 $ . scrollTo ( id ) ;
330330 } ) ;
331331
332+ // show bug history
333+ $ ( '#action-history' )
334+ . click ( function ( event ) {
335+ event . preventDefault ( ) ;
336+ document . location . href = 'show_activity.cgi?id=' + BUGZILLA . bug_id ;
337+ } ) ;
338+
332339 // use scrollTo for in-page activity links
333340 $ ( '.activity-ref' )
334341 . click ( function ( event ) {
You can’t perform that action at this time.
0 commit comments