Skip to content
Snippets Groups Projects
Commit d6498b36 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Merge branch '237-new-portal-layout' into 'release/1.9.0'

hide branch info on about page

See merge request !120
parents 60c0a438 da346f38
No related branches found
No related tags found
3 merge requests!184Develop,!152Release/1.9.0,!120hide branch info on about page
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment