Skip to content

Commit

Permalink
Added timestamp to issue page. #420 (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
souravbadami authored Jul 26, 2017
1 parent 731a19c commit 0253d97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/templates/issue.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
margin-bottom: 5px;
}
.bug-info {
margin-top: 20px;
margin-top: 10px;
}
input[name="description"] {
width: 700px !important;
Expand Down Expand Up @@ -202,6 +202,10 @@ <h4>OS Version: {{os_version}}</h4>
<a class="btn btn-default btn-xs edit-issue-status" id="issue_stat">Click to {% if object.status == "open" %}Close{% else %}Open{% endif %}</a>
{% endif %}
</div>
<div class="bug-info">
<strong>Created on:</strong>
<span class="label label-info">{{object.created}}</span>
</div>
</div>
<div class="col-xs-6 operations">
{% if object.domain.github %}
Expand Down

0 comments on commit 0253d97

Please sign in to comment.