Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Merge requests
!120
hide branch info on about page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
hide branch info on about page
237-new-portal-layout
into
release/1.9.0
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Lukasz Lopatowski
requested to merge
237-new-portal-layout
into
release/1.9.0
3 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Related to
#237 (closed)
0
0
Merge request reports
Compare
release/1.9.0
release/1.9.0 (base)
and
latest version
latest version
da346f38
1 commit,
3 months ago
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/app/shared/about/about.component.html
+
6
−
6
Options
@@ -26,12 +26,12 @@
<p
class=
"form-control-static"
>
{{gitInfo?.commitName}}
</p>
</div>
</div>
<div
class=
"row"
>
<label
class=
"control-label col-sm-2"
>
{{'GIT_INFO.BRANCH_NAME' | translate}}:
</label>
<div
class=
"col-sm-10"
>
<p
class=
"form-control-static"
>
{{gitInfo?.branchName}}
</p>
</div>
</div>
<!--
<div class="row">
-->
<!--
<label class="control-label col-sm-2">{{'GIT_INFO.BRANCH_NAME' | translate}}:</label>
-->
<!--
<div class="col-sm-10">
-->
<!--
<p class="form-control-static">{{gitInfo?.branchName}}</p>
-->
<!--
</div>
-->
<!--
</div>
-->
</div>
</form>
</div>
Loading