Project

General

Profile

RE: Redmine Issue History Tabs Plugin » trunk_compatibility-001_to_002.patch

Mischa The Evil, 2009-12-20 04:28

View differences:

app/views/issues/_history.rhtml (working copy)
4 4

  
5 5
<% reply_links = authorize_for('issues', 'edit') -%>
6 6
<% tabs = [
7
	{:label => l(:label_history_tab_all), :name => 'history_all'}, 
8
	{:label => l(:label_history_tab_comments), :name => 'history_comments'},
7
	{:label => :label_history_tab_all, :name => 'history_all'}, 
8
	{:label => :label_history_tab_comments, :name => 'history_comments'},
9 9
	] %> 
10 10
<% selected_tab = params[:tab] ? params[:tab].to_s : 'history_comments' %> 
11 11

  
config/locales/en.yml (revision 0)
1
en:
2
  label_history_tab_all: "All"
3
  label_history_tab_comments: "Comments"
config/locales/ru.yml (revision 0)
1
ru:
2
  label_history_tab_all: Все
3
  label_history_tab_comments: Комментарии
init.rb (working copy)
4 4
  name 'Redmine Issue History Tabs plugin'
5 5
  author 'Konstantin Zaitsev'
6 6
  description 'This plugin provide history of issue in tabs representation'
7
  version '0.0.1'
7
  version '0.0.2'
8 8
end
    (1-1/1)