Skip to content

Commit

Permalink
Resolve public-forms page. Closes #339 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
iTerminate committed Dec 19, 2024
1 parent d33e63b commit 02acc82
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions views/public-forms.jade
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ block head
title #{orgName} Traveler - public forms
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(rel='stylesheet', href='#{prefix}/bootstrap/css/bootstrap.css')
//- TODO#339 check if this is needed.
//- link(rel='stylesheet', href='#{prefix}/bootstrap/css/bootstrap-responsive.css')
link(rel='stylesheet', href='#{prefix}/datatables/css/jquery.dataTables.css')
link(rel='stylesheet', href='#{prefix}/font-awesome-4.3.0/css/font-awesome.css')
link(rel='stylesheet', href='#{prefix}/stylesheets/style.css')
Expand All @@ -25,10 +23,10 @@ block content
h3 Public accessible #{viewConfig.terminology.form}s
div
ul.nav.nav-tabs
li.active
a(href='#draft-forms', data-toggle='tab') draft #{viewConfig.terminology.form}s
li
a(href='#released-forms', data-toggle='tab') Released #{viewConfig.terminology.form}s
li.nav-item
a.nav-link.active(href='#draft-forms', data-bs-toggle='tab') Draft #{viewConfig.terminology.form}s
li.nav-item
a.nav-link(href='#released-forms', data-bs-toggle='tab') Released #{viewConfig.terminology.form}s
.tab-content
#draft-forms.tab-pane.active
table#public-forms-table.table.table-bordered.table-hover
Expand Down

0 comments on commit 02acc82

Please sign in to comment.