Project

General

Profile

Patch #26188 » 0005-Add-code-doc-for-forum-news-links.patch

Mischa The Evil, 2017-06-18 13:51

View differences:

app/helpers/application_helper.rb
813 813
  #     source:some/file#L120 -> Link to line 120 of the file
814 814
  #     source:some/file@52#L120 -> Link to line 120 of the file's revision 52
815 815
  #     export:some/file -> Force the download of the file
816
  #   Forums:
817
  #     forum#1 -> Link to forum with id 1
818
  #     forum:Support -> Link to forum named "Support"
819
  #     forum:"Technical Support" -> Link to forum named "Technical Support"
816 820
  #   Forum messages:
817 821
  #     message#1218 -> Link to message with id 1218
818 822
  #   Projects:
819 823
  #     project:someproject -> Link to project named "someproject"
820 824
  #     project#3 -> Link to project with id 3
825
  #   News:
826
  #     news#2 -> Link to news item with id 1
827
  #     news:Greetings -> Link to news item named "Greetings"
828
  #     news:"First Release" -> Link to news item named "First Release"
821 829
  #   Users:
822 830
  #     user:jsmith -> Link to user with login jsmith
823 831
  #     @jsmith -> Link to user with login jsmith
(4-4/4)