File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,15 @@ body {
6060.popover .popover-body {
6161 user-select : text;
6262}
63+
64+ /* Github link icon */
65+ .github-link {
66+ background-image : url ("/images/github-mark.png" );
67+ background-repeat : no-repeat;
68+ background-size : 23px ;
69+ height : 23px ;
70+ width : 23px ;
71+ }
72+ [data-bs-theme = dark ] .github-link {
73+ background-image : url ("/images/github-mark-white.png" );
74+ }
Original file line number Diff line number Diff line change 3838 <h3 class =" mb-3 mt-4 environment" >{{ " dashboard.env" | trans }}</h3 >
3939
4040 <ul class =" list-group" >
41- <li class =" list-group-item list-group-item-primary" >{{ " dashboard.version" | trans }} : <code >{{ version }}</code > (SabreDAV <code >{{ sabredav_version }}</code >)</li >
41+ <li class =" list-group-item list-group-item-primary d-flex justify-content-between" >
42+ <span >{{ " dashboard.version" | trans }} : <code >{{ version }}</code > (SabreDAV <code >{{ sabredav_version }}</code >)</span >
43+ <a class =" github-link" href =" https://github.com/tchapi/davis" data-bs-toggle =" popover" data-bs-trigger =" hover" data-bs-content =" Project Github page" data-bs-placement =" bottom" ></a >
44+ </li >
4245 <li class =" list-group-item list-group-item-secondary" >{{ " dashboard.auth" | trans }} : <code >{{ authMethod }}</code > ({{ " dashboard.auth_realm" | trans }}: <code >{{ authRealm }}</code >)</li >
4346 <li class =" list-group-item list-group-item-secondary" >{{ " dashboard.invite_from_address" | trans }} : <code >{{ invite_from_address | default (' Not set' ) }}</code ></li >
4447 <li class =" list-group-item list-group-item-secondary d-flex justify-content-between align-items-center " >
You can’t perform that action at this time.
0 commit comments