Commit 9129ba2c7e6bc4463be11c316c3492d8aa42d3e8
1 parent
c55010be
Exists in
master
and in
29 other branches
Displaying the article title when accepting
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/tasks/_approve_article.rhtml
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <% else %> |
9 | 9 | <%= _('%s wants to publish content: %s.') % |
10 | 10 | [content_tag('strong', link_to( task.requestor.name, task.requestor.public_profile_url ) ), |
11 | - content_tag('strong', link_to( task.name, task.article.url ) )] %> | |
11 | + content_tag('strong', link_to( task.article.name, task.article.url ) )] %> | |
12 | 12 | |
13 | 13 | <div> |
14 | 14 | <%= radio_button_tag(:decision, 'finish', true, | ... | ... |