Skip to content

Commit

Permalink
added publish_problems to profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
DerWaldschrat committed Mar 25, 2013
1 parent 0c5c288 commit 3abe500
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions js/app/profilestat/profilestat.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,16 @@
+ $e(data.abi_schriftlich) + ", " + $e(data.abi_muendlich_1) + ", " + $e(data.abi_muendlich_2)
+ "<h3>Seminare</h3>"
+ $e(data.semi_thema) + " im Seminar " + $e(data.w_semi) + ", " + $e(data.p_semi)
+ "<h3>Positiv<h3>"
+ "<h3>Positiv</h3>"
+ $e(data.positiv)
+ "<h3>Negativ</h3>"
+ $e(data.negativ)
+ "<h3>Danksagung"
+ "<h3>Danksagung</h3>"
+ $e(data.danksagung)
+ "<h3>Zukunft</h3>"
+ $e(data.zukunft)
+ "<h3>Was nicht veröffentlicht werden soll</h3>"
+ $e(data.publish_problems)
+ "<h3>Kommentare</h3>"
+ "<ul>"
// Then iterate over comments
Expand Down

0 comments on commit 3abe500

Please sign in to comment.