mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on time tracker
This commit is contained in:
parent
1afe209c7e
commit
324e8bff35
@ -1,8 +1,15 @@
|
||||
@extends('master')
|
||||
|
||||
@section('head_css')
|
||||
@section('head')
|
||||
@parent
|
||||
|
||||
<link href="{{ asset('css/built.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
||||
|
||||
@stop
|
||||
|
||||
@section('head_css')
|
||||
@parent
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
.form-control {
|
||||
|
Loading…
x
Reference in New Issue
Block a user