Skip to content

Commit

Permalink
#712 Remove duplicate link to translate sentences of a user.
Browse files Browse the repository at this point in the history
  • Loading branch information
trang committed Jul 11, 2015
1 parent 019daa9 commit 7760de5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions app/views/sentences/of_user.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,7 @@ $this->set('title_for_layout', $pages->formatTitle($title));
);

$commonModules->createFilterByLangMod(2);
?>

<div class="module">
<h2><?php __('Contribute'); ?></h2>
<p>
<?php
echo $html->link(
__('Translate these sentences', true),
array(
'controller' => 'activities',
'action' => 'translate_sentences_of',
$userName
)
);
?>
</p>
</div>
</div>


Expand Down

0 comments on commit 7760de5

Please sign in to comment.