Commit 72b179943f7bc20b5298637bab6c007834de62f1:
Layout tweaks
Branch: refs/heads/master
Author: Sebb <[email protected]>
Committer: Sebb <[email protected]>
Pusher: sebb <[email protected]>
------------------------------------------------------------
www/roster/views/podlings.html.rb | ++++ ----
------------------------------------------------------------
8 changes: 4 additions, 4 deletions.
------------------------------------------------------------
diff --git a/www/roster/views/podlings.html.rb
b/www/roster/views/podlings.html.rb
index 0e3a6a4..fc39646 100644
--- a/www/roster/views/podlings.html.rb
+++ b/www/roster/views/podlings.html.rb
@@ -45,9 +45,9 @@
_table.table.table_hover do
_thead do
_tr do
- _th.sorting_asc 'name', data_sort: 'string-ins'
- _th 'description', data_sort: 'string'
- _th 'status', data_sort: 'string'
+ _th.sorting_asc 'Name', data_sort: 'string-ins'
+ _th 'Status', data_sort: 'string'
+ _th 'Description', data_sort: 'string'
end
end
@@ -59,8 +59,8 @@
"http://incubator.apache.org/projects/#{podling[:id]}.html"
end
- _td podling[:description]
_td podling[:status]
+ _td podling[:description]
end
end
end