Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
last issue badge #831
Browse files Browse the repository at this point in the history
  • Loading branch information
hmert committed Jul 28, 2015
1 parent 35394de commit 95a70d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/Resources/translations/messages.en.yml
Expand Up @@ -585,7 +585,7 @@ journal_licence.show: Show
journal_licence.singular: Licences
journal_licence.visible: 'Is Visible?'
journalcontact.list: 'Journal Contact List'
journalcontact.singular: 'Journal Contact'
journalcontact.singular: 'Contact'
journalid: 'Journal ID'
journalindex.list: 'Journal Index List'
journals: Journals
Expand Down Expand Up @@ -776,7 +776,7 @@ pubdate: 'Published Date'
publishdate: 'Publish Date'
published: Published
read.article: 'Read Article'
read.lastissue: 'Read Last Issue'
read.lastissue: 'Last Issue'
regenerate.apikey: 'Regenerate APIKEY'
register: Register
register.yourself.as.author: 'Register Yourself As Author'
Expand Down
4 changes: 2 additions & 2 deletions app/Resources/translations/messages.tr.yml
Expand Up @@ -585,7 +585,7 @@ journal_licence.show: Göster
journal_licence.singular: Lisanslar
journal_licence.visible: 'Görünür mü?'
journalcontact.list: 'Dergi İletişim Listesi'
journalcontact.singular: 'Dergi İletişimi'
journalcontact.singular: 'İletişim'
journalid: 'Dergi ID'
journalindex.list: 'Dergi Dizin Listesi'
journals: Dergiler
Expand Down Expand Up @@ -776,7 +776,7 @@ pubdate: 'Published Date'
publishdate: 'Publish Date'
published: Published
read.article: 'Read Article'
read.lastissue: 'Read Last Issue'
read.lastissue: 'Son Sayı'
regenerate.apikey: 'Regenerate APIKEY'
register: Kayıt Ol
register.yourself.as.author: 'Register Yourself As Author'
Expand Down
Expand Up @@ -264,7 +264,9 @@
<div class="panel panel-default">
<div class="panel-heading"><strong>{{ last_issue.title }}</strong>
{{ "issue.number"|trans }} {{ last_issue.number }} {{ "volume"|trans }} {{ last_issue.volume }}
- {{ last_issue.datePublished|localizeddate("medium",'none',null,null,'MMM Y') }}</div>
- {{ last_issue.datePublished|localizeddate("medium",'none',null,null,'MMM Y') }}
<span class="badge badge-warning pull-right">{{ "read.lastissue"|trans }}</span>
</div>
<div class="panel-body">
<ul>
{% for article in last_issue.articles[:10] %}
Expand Down

0 comments on commit 95a70d4

Please sign in to comment.