Alex Savenko
/
linija-svitla
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cdd2c7b6f4a48eb516c17d47c84a433b79365d7a
Authored by
Administrator
2016-12-27 11:55:20 +0200
1 parent
1b88327a
Ntr
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/articles/show.php
Inline
Side-by-side
frontend/views/articles/show.php
Wrap text
Show/Hide comments
View file @
cdd2c7b
...
...
@@ -31,7 +31,7 @@ $this->params[ 'breadcrumbs' ][] = $news->title;
31
31
if($comment_count) {
32
32
echo "Отзывов: " . $comment_count;
33
33
} else {
34
- echo "Остав
ть отзыв";
34
+ echo "Остав
и
ть отзыв";
35
35
}
36
36
?>
37
37
</a></p>
...
...