Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/views/pastebin/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class="rounded line-numbers border p-4 m-0"
<div
class="mt-3 d-flex flex-column flex-md-row justify-content-center justify-content-md-start align-items-md-baseline">
<button type="submit" class="btn btn-primary mb-3 mb-md-0">
{{ $content ? "Обновить" : "Сохранить" }}
{{ "Опубликовать" }}
</button>

<a href="{{ route('pastebin') }}" type="submit"
Expand Down
Loading