Move 'upgrade often' nag to the commits widget

This commit is contained in:
Neil Lalonde 2013-03-19 14:17:32 -04:00
parent 70f5ee5fa9
commit de84718894
3 changed files with 12 additions and 3 deletions

View File

@ -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}}

View File

@ -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 {

View File

@ -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: