Skip to content

Commit

Permalink
Merge pull request #176 from fey/feature/update-welcome
Browse files Browse the repository at this point in the history
update welcome page
  • Loading branch information
fey committed Feb 8, 2020
2 parents 530dbcd + afcd89e commit 504b542
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions resources/lang/en/welcome.php
Expand Up @@ -14,10 +14,11 @@
'features_list' => [
'Mark chapters as read',
'See rating, who read how much',
'Discuss chapters and tasks',
'Track user activity',
],
'coming_soon_list' => [
'Discuss chapters and tasks',
'Mark exercises as completed',
'Bind repository with resolved exercises',
'Track user activity',
],
];
5 changes: 3 additions & 2 deletions resources/lang/ru/welcome.php
Expand Up @@ -14,10 +14,11 @@
'features_list' => [
'Отмечать главы прочитанными',
'Смотреть рейтинг, кто сколько прочитал',
'Следить за активностью пользователей',
'Обсуждать главы и задачки',
],
'coming_soon_list' => [
'Обсуждать главы и задачки',
'Отмечать пройденными упражнения',
'Привязывать репозиторий с решёнными упражнениями',
'Следить за активностью пользователей',
]
];
1 change: 0 additions & 1 deletion resources/views/welcome.blade.php
Expand Up @@ -9,7 +9,6 @@
<img class="img-fluid" src="{{ asset('img/Patchouli_Gives_SICP.png') }}" alt="Начать изучать sicp">
</a>
<h3 class="my-3"><a href="{{ (route('log.index')) }}">{{ __('activitylog.title') }}</a></h3>

@foreach($logItems as $logItem)
<div class="media text-muted pt-1">
<div class="media-body pb-1 mb-0 small lh-125 border-bottom border-gray">
Expand Down

0 comments on commit 504b542

Please sign in to comment.