Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #9749

Closed (moved)
Open
Opened Sep 15, 2013 by bastik@bastik

Include Link to Gitweb in MainNav again

Before the update/upgrade to the new Trac version there was a link in the MainNav linking to gitweb.torproject.org

Apparently there's a single line of code

<li><a href="gitweb.torproject.org">Git</a></li>

that has to be added to be like this:

<ul>       <li class="first"><a href="/projects/tor/report">View Tickets</a></li><li><a href="/projects/tor/browser">Browse Source</a></li><li><a href="gitweb.torproject.org">Git</a></li><a href="/projects/tor/roadmap">Roadmap</a></li><li><a href="/projects/tor/timeline">Timeline</a></li><li class="active"><a href="/projects/tor/wiki">Wiki</a></li><li><a href="/projects/tor/search">Search</a></li><li class="last"><a href="/projects/tor/tags">Tags</a></li>     </ul>

To show you what it looks like I'll attack a partial screen shot. You can place the link somewhere else in the MainNav bar if you like, of course.

(I'm unable to apply these changes locally as it seems, if there's a way, maybe it will work out for me, though it would be nice to have the link back for anyone)

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#9749