|
@@ -8,7 +8,7 @@
|
|
|
<p><%= @T('See your tickets from within your favorite calendar by adding the following url to your calendar app.') %></p>
|
|
|
|
|
|
<h3><%= @T('URL') %></h3>
|
|
|
-<input class="form-control js-select" readonly value="<%= @baseurl %>/calendar_subscriptions/tickets">
|
|
|
+<input class="form-control js-select" readonly value="<%= @baseurl %>/ical/tickets">
|
|
|
|
|
|
<h3><%= @T('Subscription Settings') %></h3>
|
|
|
<table class="settings-list">
|
|
@@ -25,7 +25,7 @@
|
|
|
<td style="text-transform: capitalize"><%= @translationTable[stateType] %>
|
|
|
<td><label class="inline-label"><input type="checkbox" name="<%= stateType %>/own"<%= if options.own then ' checked' %>> <%= @T('own tickets') %></label>
|
|
|
<td><label class="inline-label"><input type="checkbox" name="<%= stateType %>/not_assigned"<%= if options.not_assigned then ' checked' %>> <%= @T('not assigned tickets') %></label>
|
|
|
- <td><div class="btn btn--table btn--text js-showLink"><%= @T('Show') %></div><input class="form-control form-control--borderless js-select is-hidden" readonly value="<%= @baseurl %>/calendar_subscriptions/tickets/<%= stateType %>">
|
|
|
+ <td><div class="btn btn--table btn--text js-showLink"><%= @T('Show') %></div><input class="form-control form-control--borderless js-select is-hidden" readonly value="<%= @baseurl %>/ical/tickets/<%= stateType %>">
|
|
|
</tr>
|
|
|
<% end %>
|
|
|
</tbody>
|