Skip to content

Commit

Permalink
remove temporary links from overview
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher committed Dec 17, 2024
1 parent 7f49889 commit 897e866
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions modules/overviews/app/views/overviews/overviews/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,4 @@
end
end %>

<%# TEMPORARY # %>
<%- if Rails.env.development? %>
<%= link_to "log time in project",
projects_time_entries_dialog_path(@project),
data: {
controller: "async-dialog",
test_selector: "toggle-log-time-dialog-button",
} %>
<%= link_to "edit log time",
projects_time_entries_dialog_path(@project, time_entry_id: TimeEntry.where(project: @project).first.id),
data: {
controller: "async-dialog",
test_selector: "toggle-log-time-dialog-button",
} %>
<%= link_to "log log time globally",
dialog_time_entries_path,
data: {
controller: "async-dialog",
test_selector: "toggle-log-time-dialog-button",
} %>
<% end %>

<openproject-base></openproject-base>

0 comments on commit 897e866

Please sign in to comment.