datatable.directory codebase https://datatable.directory/
 
 
 
 
 
 
datatable.directory/resources/views/table/propose/review.blade.php

14 lines
440 B

@php($tab='review')
@extends('table.propose.layout')
@section('tab-content')
@if(user()->ownsTable($table))
<a href="" class="btn btn-outline-success" @tooltip(Save the changes and apply them as a new table revision)>
@icon(fa-save fa-pr)Commit
</a>
@else
<a href="" class="btn btn-outline-success" @tooltip(Submit your changes for review by the table owner)>
@icon(fa-save fa-pr)Submit
</a>
@endif
@stop