Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/static/stylus/base_template.styl
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,16 @@ body.pushable>.pusher
.modal
max-height 90vh
overflow-y scroll

#version
margin-top 10px
text-align center
font-family monospace
font-size 12px
font-weight bold
padding 5px
color #8b8d8d

#version a
text-decoration none
color inherit
3 changes: 2 additions & 1 deletion src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ <h4 class="ui inverted header">CodaBench</h4>
</div>
</div>
</div>

<div id="version"><a href="https://github.com/codalab/codabench/releases/tag/v1.1.0" target="_blank">v1.1.0</a></div>
</div>
{# Admin only user switching #}
<user_switch></user_switch>

Expand Down
2 changes: 1 addition & 1 deletion src/templates/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% block top_div_extra_content %}

<div class="ui text container">
<div id="logo_div" class="ui text container">
<img id="jumbo_logo" src="{% static 'img/codabench.png' %}">
<div class="organization-logos">
<!-- LISN logo -->
Expand Down