From 25d8a749df89b1fe65ce061a7142f9666aeec29b Mon Sep 17 00:00:00 2001 From: alexdbondoc17 Date: Wed, 2 Mar 2022 00:31:02 +0000 Subject: [PATCH] Fix back button for `document_doctrines#show` --- app/views/document/doctrines/show.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/document/doctrines/show.html.erb b/app/views/document/doctrines/show.html.erb index ad2ef0f..1b2b2e4 100644 --- a/app/views/document/doctrines/show.html.erb +++ b/app/views/document/doctrines/show.html.erb @@ -5,7 +5,11 @@
- + <% if params[:is_index_table].present? %> + + <% else %> + + <% end %>
Date :