Skip to content

Commit

Permalink
Merge pull request discourse#479 from kubabrecka/commits_extract1
Browse files Browse the repository at this point in the history
extract string from commits widget
  • Loading branch information
eviltrout committed Mar 16, 2013
2 parents 837dea3 + 94c0e73 commit 43497d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="right">
<span class="commit-message"><a {{bindAttr href="commitUrl"}} target="_blank">{{ commit.message }}</a></span><br/>
<span class="commit-meta">by <span class="committer-name">{{ commit.author.name }}</span> - <span class="commit-time">{{ timeAgo }}</span></span>
<span class="commit-meta">{{i18n admin.commits.by}} <span class="committer-name">{{ commit.author.name }}</span> - <span class="commit-time">{{ timeAgo }}</span></span>
</div>
</li>
{{/each}}
Expand Down
1 change: 1 addition & 0 deletions config/locales/client.en.yml
Expand Up @@ -703,6 +703,7 @@ en:

commits:
latest_changes: "Latest changes"
by: "by"

flags:
title: "Flags"
Expand Down

0 comments on commit 43497d8

Please sign in to comment.