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
33e8c870
Commit
33e8c870
authored
Jan 09, 2015
by
Jason D Yeomans
Browse files
Merge branch 'master' into allauth
parents
7e5a321b
79785aa1
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
33e8c870
...
...
@@ -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 %}
roomlist/templates/layouts/base.html
View file @
33e8c870
...
...
@@ -7,6 +7,7 @@
{% load staticfiles %}
<link
href=
"/static/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/css/style.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"/static/js/jquery-2.1.1.min.js"
></script>
<script
type=
"text/javascript"
src=
"/static/js/bootstrap.min.js"
></script>
<link
rel=
"icon"
href=
"/static/img/favicon.ico"
>
...
...
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