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
dc17b2d6
Commit
dc17b2d6
authored
Jun 15, 2015
by
Daniel W Bond
Browse files
added link to detail major template
parent
5fe5a785
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/list_majors.html
View file @
dc17b2d6
...
...
@@ -21,7 +21,7 @@
<div
class=
"row"
>
{% for major in letter.list %}
<div
class=
"col-md-6 text-center"
>
<a
href=
"
#
"
class=
"btn btn-primary btn-lg btn-block"
>
{{ major.name }}
</a>
<a
href=
"
{{ major.get_absolute_url }}
"
class=
"btn btn-primary btn-lg btn-block"
>
{{ major.name }}
</a>
</div>
{% if forloop.counter|divisibleby:2 %}
</div>
...
...
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