diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index ba1bd6296..e35e13c26 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -28,4 +28,4 @@ -
<%= pagination_links_full @auth_source_pages %>
+<%= pagination_links_full @topic_pages, @topic_count %>
+<%= l(:label_no_data) %>
<% end %> diff --git a/app/views/issue_statuses/index.html.erb b/app/views/issue_statuses/index.html.erb index f0a5e850d..940e26549 100644 --- a/app/views/issue_statuses/index.html.erb +++ b/app/views/issue_statuses/index.html.erb @@ -34,6 +34,6 @@ -<%= pagination_links_full @issue_status_pages %>
+<%= pagination_links_full @reply_pages, @reply_count, :per_page_links => false %>
+<%= pagination_links_full @news_pages %>
+<%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %>
+<% end %><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %>
<%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %>
@@ -11,13 +13,6 @@<%= f.text_field :homepage, :size => 60, :style => "width:488px;margin-left: 10px;" %>
<%= f.check_box :is_public, :style => "margin-left:10px;" %>
-<% unless @project.allowed_parents.compact.empty? %> -<%= label(:project, :parent_id, l(:field_parent)) %><%= parent_project_select_tag(@project) %>
-<% end %> - -<% if @project.safe_attribute? 'inherit_members' %> -<%= f.check_box :inherit_members %>
-<% end %> <%= wikitoolbar_for 'project_description' %> diff --git a/app/views/repositories/revisions.html.erb b/app/views/repositories/revisions.html.erb index 7a7338099..e89deeb7d 100644 --- a/app/views/repositories/revisions.html.erb +++ b/app/views/repositories/revisions.html.erb @@ -17,7 +17,7 @@ :revisions => @changesets, :entry => nil } %> -<%= pagination_links_full @changeset_pages,@changeset_count %>
+<%= pagination_links_full @role_pages %>
+<%= pagination_links_full @entry_pages, @entry_count %>
+<%= pagination_links_full @tracker_pages %>
+