Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
ASC IRIS Web Services
Drupal Upstream
Commits
b4671212
Commit
b4671212
authored
1 year ago
by
Brian Canini
Browse files
Options
Downloads
Patches
Plain Diff
adding wrapper div for people page social links
parent
f0944fc0
No related branches found
Branches containing commit
No related tags found
1 merge request
!35
style and template updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/themes/asc_bootstrap_bux/templates/system/user.html.twig
+8
-0
8 additions, 0 deletions
web/themes/asc_bootstrap_bux/templates/system/user.html.twig
with
8 additions
and
0 deletions
web/themes/asc_bootstrap_bux/templates/system/user.html.twig
+
8
−
0
View file @
b4671212
...
...
@@ -92,6 +92,10 @@
</p>
{%
endif
%}
{%
if
content.field_twitter.0
!=
''
or
content.field_youtube.0
!=
''
or
content.field_linkedin.0
!=
''
%}
<div
class=
"profile-social"
>
{%
endif
%}
{%
if
content.field_twitter.0
!=
''
%}
<a
href=
"https://twitter.com/
{{
content.field_twitter.0
}}
"
title=
"
{{
content.field_first_name.0
}}
{{
content.field_last_name.0
}}
's Twitter"
>
<img
src=
"/themes/asc_bootstrap/images/social-media/twitter.svg"
alt=
"Twitter logo"
>
...
...
@@ -110,6 +114,10 @@
</a>
{%
endif
%}
{%
if
content.field_twitter.0
!=
''
or
content.field_youtube.0
!=
''
or
content.field_linkedin.0
!=
''
%}
</div>
{%
endif
%}
{%
if
content.field_office_hours.0
!=
''
%}
<h3>
Office Hours
</h3>
<p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment