Modify ↓
      
        #1438 closed defect (invalid)
"Page History" Link Missing In CtxtNav ( Navigation Bar )
| Reported by: | anonymous | Owned by: | Alec Thomas | 
|---|---|---|---|
| Priority: | normal | Component: | TagsPlugin | 
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 | 
Description
When viewing Wiki Pages, there is no link to the "Page History"
Noticed in templates/wikitags.cs that the "Page History" link only appears when in viewing diffs.
You can fix this if you add the following code between the <li>RecentChanges</li> and <li>Last Changes</li>:
<?cs if:wiki.history_href ?> <li><a href="<?cs var:wiki.history_href ?>">Page History</a></li> <?cs else ?> <li>Page History</li> <?cs /if ?>
Then you must rebuild the egg and reinstall the plugin
May be related to #1420
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    


This is standard behaviour under current Trac stable. You can see this behaviour here on TracHacks.