Commit 278abd02b5aef4cfa02197241aef7a4cc1ff31fd
Committed by
Sergio Oliveira
1 parent
3daab661
Exists in
master
and in
39 other branches
Minor change of layout
Showing
4 changed files
with
10 additions
and
7 deletions
Show diff stats
src/accounts/templates/accounts/user_detail.html
src/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
src/locale/pt_BR/LC_MESSAGES/django.po
... | ... | @@ -7,7 +7,7 @@ msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | -"POT-Creation-Date: 2014-06-10 14:24+0000\n" | |
10 | +"POT-Creation-Date: 2014-06-11 13:17+0000\n" | |
11 | 11 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
12 | 12 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
13 | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
... | ... | @@ -200,10 +200,9 @@ msgstr "Últimas postagens" |
200 | 200 | msgid "There are no posts by this user so far." |
201 | 201 | msgstr "Não há posts deste usuário até agora." |
202 | 202 | |
203 | -#: accounts/templates/accounts/user_detail.html:153 templates/home.html:61 | |
204 | -#: templates/home.html.py:80 | |
205 | -msgid "View more discussions..." | |
206 | -msgstr "Ver mais discussões..." | |
203 | +#: accounts/templates/accounts/user_detail.html:153 | |
204 | +msgid "View more posts..." | |
205 | +msgstr "Ver mais postagens..." | |
207 | 206 | |
208 | 207 | #: accounts/templates/accounts/user_detail.html:159 |
209 | 208 | msgid "Latest contributions" |
... | ... | @@ -1078,6 +1077,10 @@ msgstr "Discussões Mais Relevantes" |
1078 | 1077 | msgid "RSS - Most Relevant Threads" |
1079 | 1078 | msgstr "RSS - Discussões Mais Relevantes" |
1080 | 1079 | |
1080 | +#: templates/home.html:61 templates/home.html.py:80 | |
1081 | +msgid "View more discussions..." | |
1082 | +msgstr "Ver mais discussões..." | |
1083 | + | |
1081 | 1084 | #: templates/home.html:68 |
1082 | 1085 | msgid "Latest Threads" |
1083 | 1086 | msgstr "Últimas Discussões" | ... | ... |
src/super_archives/templates/superarchives/thread-dashboard.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | |
10 | 10 | {% for listname, description, latest, most_relevant in lists %} |
11 | 11 | {% if latest or most_relevant %} |
12 | - <h3 class="text-center"><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3> | |
12 | + <h3><b>{{ listname|title }} {% if description %} ({{ description }}){% endif %}</b></h3> | |
13 | 13 | <hr/> |
14 | 14 | |
15 | 15 | <div class="row"> | ... | ... |