1
0
Fork 0
pixelfed/resources/views/status/compose.blade.php

13 lines
365 B
PHP
Raw Normal View History

2019-03-26 19:13:30 +00:00
@extends('layouts.app')
@section('content')
2020-08-25 06:11:02 +00:00
<div class="alert alert-info text-center rounded-0">
<div class="container">
<span class="font-weight-bold">ComposeUI v3 is deprecated</span>
<br>
Please use the <a href="#" onclick="event.preventDefault();window.App.util.compose.post()" class="font-weight-bold">new UI</a> to compose a post.
2019-08-30 01:21:41 +00:00
</div>
2019-03-26 19:13:30 +00:00
</div>
2020-08-25 06:11:02 +00:00
@endsection