mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-04-20 01:43:12 +02:00
Added a div around the admin section links.
This commit is contained in:
parent
8d622659e2
commit
3db99e06e1
@ -72,9 +72,11 @@ void AdminPanel::render_admin_panel_list(Request *request) {
|
||||
for (int j = 0; j < links.size(); ++j) {
|
||||
AdminSectionLinkInfo &li = links[j];
|
||||
|
||||
b.div()->cls("section_entry");
|
||||
b.a()->href(rootlink + s.section_url + "/" + li.link);
|
||||
b.w(li.name);
|
||||
b.ca();
|
||||
b.cdiv();
|
||||
}
|
||||
|
||||
links.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user