1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

web-app content formatting

This commit is contained in:
Lee Brown
2019-08-06 13:02:44 -08:00
parent 098544f83b
commit a327dc0197
23 changed files with 478 additions and 557 deletions

View File

@ -12,7 +12,8 @@
<h1 class="h3 mb-0 text-gray-800">Projects</h1>
{{ if HasRole $._Ctx "admin" }}
<a href="{{ .urlProjectsCreate }}" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm"><i class="fas fa-folder-plus fa-sm text-white-50 mr-1"></i>Create Project</a>
<a href="{{ .urlProjectsCreate }}" class="d-none d-sm-inline-block btn btn-sm btn-primary shadow-sm">
<i class="fas fa-folder-plus fa-sm text-white-50 mr-1"></i>Create Project</a>
{{ end }}
</div>
@ -34,10 +35,10 @@
{{define "js"}}
{{ template "partials/datatable/js" . }}
<script>
$(document).ready(function(){
//$("#dataTable_filter").hide();
});
</script>
<script>
$(document).ready(function(){
//$("#dataTable_filter").hide();
});
</script>
{{end}}