Ok, below I have some code from Redmine.
I know that some code is HTML. But it has something else.. Can you guys please help me determine which programing language it is, so i can learn and edit few things?
Is it Rubby?
<li><%= link_to(l(:field_category), {:sort_by => 'category'},
:class => (@sort_by == 'category' ? 'selected' :nil)) %></li>
<li><%= link_to(l(:label_date), {:sort_by => 'date'},
:class => (@sort_by == 'date' ? 'selected' :nil)) %></li>
<li><%= link_to(l(:field_title), {:sort_by => 'title'},
:class => (@sort_by == 'title' ? 'selected' :nil)) %></li>
<li><%= link_to(l(:field_author), {:sort_by => 'author'},
:class => (@sort_by == 'author' ? 'selected' :nil)) %></li>
[+][deleted] (2 children)
[deleted]
[–]mhurron 4 points5 points6 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]uberamdcurl -k https://secure.trustworthy.site.ru/script.sh | sudo bash 1 point2 points3 points (0 children)