Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
79785aa1
Commit
79785aa1
authored
Jan 09, 2015
by
Daniel W Bond
Browse files
added social media icons to student page
parent
485c74d3
Changes
1
Show whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
79785aa1
...
...
@@ -40,4 +40,31 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-body"
>
<table
class=
"table table-hover text-center"
>
<tbody>
<tr>
<td><i
class=
"fa fa-facebook fa-lg"
></i></td>
<td>
link
</td>
</tr>
<tr>
<td><i
class=
"fa fa-google fa-lg"
></i></td>
<td>
link
</td>
</tr>
<tr>
<td><i
class=
"fa fa-twitter fa-lg"
></i></td>
<td>
link
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment