generated from ricardo/MVCLogin
fix: todas as telas abrindo
This commit is contained in:
parent
058b38a664
commit
7a15717c04
@ -15,6 +15,6 @@ namespace Postall.Infra.MongoDB.Settings
|
||||
public string DatabaseName { get; set; }
|
||||
public string ChannelsCollectionName { get; set; }
|
||||
public string VideosCollectionName { get; set; }
|
||||
public string UserSocialCollectionName { get; internal set; }
|
||||
public string UserSocialCollectionName { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<h5 class="card-title-truncate">@video.Title</h5>
|
||||
<button class="btn btn-sm btn-link" type="button" data-toggle="collapse"
|
||||
data-target="#videoCollapse-@video.Id" aria-expanded="false">
|
||||
data-target="#videoCollapse-@video.Id" aria-expanded="true">
|
||||
<i class="bi bi-chevron-down"></i>
|
||||
</button>
|
||||
</div>
|
||||
@ -176,7 +176,7 @@
|
||||
@video.Description
|
||||
</div>
|
||||
</div>
|
||||
<div class="collapse" id="videoCollapse-@video.Id">
|
||||
<div class="collapse show" id="videoCollapse-@video.Id">
|
||||
<div class="card-footer bg-white">
|
||||
<div class="d-flex justify-content-between">
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user