Fixed agents label inside of contact requests
This commit is contained in:
parent
2d44dc3488
commit
75fb1f99e6
@ -25,7 +25,7 @@
|
|||||||
New todo's
|
New todo's
|
||||||
- [x] Contact us -> Sell with us
|
- [x] Contact us -> Sell with us
|
||||||
- [ ] Static image folder for start page
|
- [ ] Static image folder for start page
|
||||||
- [ ] Admin panel with page loads & contact us clicks
|
- [x] Admin panel with page loads & contact us clicks
|
||||||
- [x] Put JL on top of the Agents section
|
- [x] Put JL on top of the Agents section
|
||||||
- [x] If someone enters the page from an agent, make anything that appears on the website reference them.
|
- [x] If someone enters the page from an agent, make anything that appears on the website reference them.
|
||||||
- [x] Contact us Functionality
|
- [x] Contact us Functionality
|
@ -28,7 +28,6 @@ pub fn admin_contacts() -> Html {
|
|||||||
<div class={"admin-page-container"}>
|
<div class={"admin-page-container"}>
|
||||||
<div class={"admin-start-container"}>
|
<div class={"admin-start-container"}>
|
||||||
<div class={"admin-panel-page-title"}>{"Solicitudes de Contacto"}</div>
|
<div class={"admin-panel-page-title"}>{"Solicitudes de Contacto"}</div>
|
||||||
<div class={"admin-panel-page-title"}>{"Agentes"}</div>
|
|
||||||
<div class={"admin-projects-table"}>
|
<div class={"admin-projects-table"}>
|
||||||
<div class={"admin-navbar-divider"}></div>
|
<div class={"admin-navbar-divider"}></div>
|
||||||
{(*contacts).clone().into_iter().enumerate().map(|(key, contact)| html! {
|
{(*contacts).clone().into_iter().enumerate().map(|(key, contact)| html! {
|
||||||
|
Loading…
Reference in New Issue
Block a user