@@ -2,7 +2,7 | |||||
2 |
|
2 | |||
3 | <ul> |
|
3 | <ul> | |
4 | <% @issues.each do |issue| -%> |
|
4 | <% @issues.each do |issue| -%> | |
5 |
|
|
5 | <li><%= link_to_issue issue %></li> | |
6 | <% end -%> |
|
6 | <% end -%> | |
7 | </ul> |
|
7 | </ul> | |
8 |
|
8 | |||
@@ -66,14 +66,14 | |||||
66 | </div> |
|
66 | </div> | |
67 |
|
67 | |||
68 | <% if @copy %> |
|
68 | <% if @copy %> | |
69 |
|
|
69 | <%= hidden_field_tag("copy_options[copy]", "1") %> | |
70 |
|
|
70 | <%= submit_tag l(:button_copy) %> | |
71 |
|
|
71 | <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %> | |
72 | <% else %> |
|
72 | <% else %> | |
73 |
|
|
73 | <%= submit_tag l(:button_move) %> | |
74 |
|
|
74 | <%= submit_tag l(:button_move_and_follow), :name => 'follow' %> | |
75 | <% end %> |
|
75 | <% end %> | |
76 | <% end %> |
|
76 | <% end %> | |
77 | <% content_for :header_tags do %> |
|
77 | <% content_for :header_tags do %> | |
78 |
|
|
78 | <%= robot_exclusion_tag %> | |
79 | <% end %> |
|
79 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now