<%= textAreailizable content, :text, :attachments => content.page.attachments,
:edit_section_links => (@sections_editable && {:controller => 'wiki', :action => 'edit', :project_id => @page.project, :id => @page.title}) %>
<%#= content.text.html_safe %>
diff --git a/app/views/wiki/diff.html.erb b/app/views/wiki/diff.html.erb
index c50051d20..0bdbc88dc 100644
--- a/app/views/wiki/diff.html.erb
+++ b/app/views/wiki/diff.html.erb
@@ -1,27 +1,33 @@
-<%= link_to(l(:label_history), {:action => 'history', :id => @page.title},
- :class => 'icon icon-history') %>
+ <%= link_to(l(:label_history), {:action => 'history', :id => @page.title}, :class => 'icon icon-history') %>
<%= wiki_page_breadcrumb(@page) %>
-
<%= h(@page.pretty_title) %>
+
+ <%= h(@page.pretty_title) %>
+
-<%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>
-(<%= @diff.content_from.author ?
- @diff.content_from.author.name : l(:label_user_anonymous)
- %>, <%= format_time(@diff.content_from.updated_on) %>)
+ <%= l(:label_version) %>
+ <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>
+
+ (<%= @diff.content_from.author ? @diff.content_from.author.name : l(:label_user_anonymous)%>,
+ <%= format_time(@diff.content_from.updated_on) %>)
+
→
-<%= l(:label_version) %> <%= link_to @diff.content_to.version, :action => 'show',
- :id => @page.title, :project_id => @page.project,
- :version => @diff.content_to.version
- %>/<%= @page.content.version %>
-(<%= @diff.content_to.author ?
- link_to_user(@diff.content_to.author.name) : l(:label_user_anonymous)
- %>, <%= format_time(@diff.content_to.updated_on) %>)
+ <%= l(:label_version) %>
+ <%= link_to @diff.content_to.version, :action => 'show',
+ :id => @page.title, :project_id => @page.project,
+ :version => @diff.content_to.version %>
+ /
+ <%= @page.content.version %>
+
+ (<%= @diff.content_to.author ? link_to_user(@diff.content_to.author.name) : l(:label_user_anonymous)%>,
+ <%= format_time(@diff.content_to.updated_on) %>)
+
-<%= simple_format_without_paragraph @diff.to_html %>
+ <%= simple_format_without_paragraph @diff.to_html %>
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb
index b81091b7e..8ade60282 100644
--- a/app/views/wiki/show.html.erb
+++ b/app/views/wiki/show.html.erb
@@ -68,3 +68,15 @@
<%= render :partial => 'sidebar' %>
<% end %>
<% html_title @page.pretty_title %>
+
+
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1f53d9903..aed928ebe 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -2832,3 +2832,6 @@ div.repos_explain{
}
.list .tableth{background-color:#EEEEEE; padding: 4px; white-space:pre;}
+
+.projects-index{min-height: 350px}
+.school-index{min-height: 400px}
\ No newline at end of file
diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css
index 7b35559e6..71b739ad8 100644
--- a/public/stylesheets/nyan.css
+++ b/public/stylesheets/nyan.css
@@ -864,7 +864,7 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-box-sizing: border-box;
- min-height: 200px;
+ min-height: 180px;
}