Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2d777c86
Commit
2d777c86
authored
Jan 05, 2017
by
Leigh B Stoller
Browse files
Add commit log to repo info box.
parent
4018d9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/template/show-profile.html
View file @
2d777c86
<style>
.popover
{
max-width
:
none
;
}
</style>
<div
class=
'row'
>
<div
class=
'col-lg-3
col-md-3
...
...
@@ -109,6 +114,20 @@
<td>
Author:
</td>
<td
class=
"commit-author"
></td>
</tr>
<tr>
<td>
Est. Size:
</td>
<td
class=
"commit-size"
></td>
</tr>
<tr>
<td>
Log:
</td>
<td
class=
"commit-log"
>
<span
class=
"commit-log-start"
></span>
<button
type=
"button"
class=
"hidden log btn btn-xs"
data-toggle=
'popover'
data-html=
"true"
data-delay=
'{"hide":1000, "show":250}'
>
...
</button>
</td>
</tr>
</table>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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