11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
<p style="float:right;">
|
|
<%= link_to_previous_month(@year, @month) %> | <%= link_to_next_month(@year, @month) %>
|
|
</p>
|
|
|
|
<p class="buttons">
|
|
<%= label_tag('month', l(:label_month)) %>
|
|
<%= select_month(@month, :prefix => "month", :discard_type => true) %>
|
|
<%= label_tag('year', l(:label_year)) %>
|
|
<%= select_year(@year, :prefix => "year", :discard_type => true) %>
|
|
</p>
|