mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 00:43:43 +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="commits-widget">
|
||||||
<div class="header" {{action "goToGithub"}}>
|
<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>
|
</div>
|
||||||
<ul class="commits-list">
|
<ul class="commits-list">
|
||||||
{{#each controller}}
|
{{#each controller}}
|
||||||
|
|
|
@ -354,6 +354,12 @@ table {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
thead {
|
||||||
|
tr:hover > td,
|
||||||
|
tr:hover > th {
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
td.value {
|
td.value {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -436,7 +442,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header:hover h1 {
|
.header:hover h1 {
|
||||||
text-decoration: underline;
|
color: $link-color-hover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commits-list {
|
.commits-list {
|
||||||
|
|
|
@ -708,7 +708,7 @@ en:
|
||||||
30_days_ago: "30 Days Ago"
|
30_days_ago: "30 Days Ago"
|
||||||
|
|
||||||
commits:
|
commits:
|
||||||
latest_changes: "Latest changes"
|
latest_changes: "Latest changes."
|
||||||
by: "by"
|
by: "by"
|
||||||
|
|
||||||
flags:
|
flags:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user