Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIGMathLing
website
Merge requests
!11
Fix gitlab link in sidebar
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix gitlab link in sidebar
fix-sidebar-gitlab-link
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Deyan Ginev
requested to merge
fix-sidebar-gitlab-link
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Minor, but since I spotted it, might as well fix
0
0
Merge request reports
Viewing commit
8eea546f
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8eea546f
Update sidebar.html
· 8eea546f
Deyan Ginev
authored
5 years ago
_includes/sidebar.html
+
1
−
1
Options
@@ -21,7 +21,7 @@
<a
href=
"{{ site.baseurl }}/atom.xml"
><img
class=
"icon"
src=
"{{ site.baseurl }}/public/feed_w.png"
alt=
"atom feed"
/>
,
</a>
<!-- <a href="https://twitter.com/{{ site.author.twitter }}"><img class="icon"
src="{{ site.baseurl }}/public/twitter_w.png" alt="twitter"/></a> -->
<a
href=
"
https://gitlab.com/
{{ site.repository_url }}"
><img
class=
"icon"
src=
"{{ site.baseurl }}/public/gitlab.png"
alt=
"gitlab"
/>
.
</a>
<a
href=
"{{ site.repository_url }}"
><img
class=
"icon"
src=
"{{ site.baseurl }}/public/gitlab.png"
alt=
"gitlab"
/>
.
</a>
</span><br/>
<a
class=
"sidebar-nav-item"
href=
"{{site.repository_url}}/edit/master/{% if page.source %}{{ page.source }}{%
Loading