mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:43:45 +08:00
Move 'upgrade often' nag to the commits widget
This commit is contained in:
parent
70f5ee5fa9
commit
de84718894
|
@ -1,6 +1,9 @@
|
|||
<div class="commits-widget">
|
||||
<div class="header" {{action "goToGithub"}}>
|
||||
<h1>{{i18n admin.commits.latest_changes}}</h1>
|
||||
<h1>
|
||||
<i class="icon icon-github"></i>
|
||||
{{i18n admin.commits.latest_changes}} {{i18n admin.dashboard.update_often}}
|
||||
</h1>
|
||||
</div>
|
||||
<ul class="commits-list">
|
||||
{{#each controller}}
|
||||
|
|
|
@ -354,6 +354,12 @@ table {
|
|||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
thead {
|
||||
tr:hover > td,
|
||||
tr:hover > th {
|
||||
background-color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
td.value {
|
||||
font-weight: bold;
|
||||
|
@ -436,7 +442,7 @@ table {
|
|||
}
|
||||
|
||||
.header:hover h1 {
|
||||
text-decoration: underline;
|
||||
color: $link-color-hover;
|
||||
}
|
||||
|
||||
.commits-list {
|
||||
|
|
|
@ -708,7 +708,7 @@ en:
|
|||
30_days_ago: "30 Days Ago"
|
||||
|
||||
commits:
|
||||
latest_changes: "Latest changes"
|
||||
latest_changes: "Latest changes."
|
||||
by: "by"
|
||||
|
||||
flags:
|
||||
|
|
Loading…
Reference in New Issue
Block a user