Skip to content

Commit

Permalink
Merge pull request #8 from pavel-zhur/feature/cosmetic-fixes
Browse files Browse the repository at this point in the history
Feature/cosmetic fixes
  • Loading branch information
pavel-zhur authored Jun 19, 2024
2 parents 3e22c3a + a5c1de4 commit 39d7d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OneShelf.Frontend/OneShelf.Frontend.Web/Pages/Login.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<li>
В клубах (чтобы присоединиться, попросите своего админа):
<ul>
<li>Глядеть шортлисты, списки, тональности друзей,</li>
<li>Глядеть шортлисты, списки, тональности друзей.</li>
</ul>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,8 @@ else
</span>
break;
case State.HideUnstable:
versionUri = CollectionIndex.VersionsById[VersionId!.Value].version.Uri;
<span>
@_chords!.UnstableErrorMessage <a href="@versionUri" target="_blank">@(_chords!.Source)</a>
@_chords!.UnstableErrorMessage <a href="@_chords!.SourceUri" target="_blank">@(_chords!.Source)</a>
</span>
break;
}
Expand Down

0 comments on commit 39d7d90

Please sign in to comment.