desktop mods testing
This commit is contained in:
parent
fae353f30a
commit
0127345e39
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- <?xml-stylesheet href="/assets/unit/svg-stylesheet.css" type="text/css"?> -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 120 120" style="enable-background:new 0 0 120 120;" xml:space="preserve">
|
||||||
|
<g id="journal_paper" width="100%" height="100%">
|
||||||
|
<g>
|
||||||
|
<circle cx="25" cy="57" r="15"/>
|
||||||
|
<path d="M25,77c-1.37,0-2.707-0.139-4-0.402c-2.958-0.601-5.673-1.862-8-3.612V110l12-10l12,10V72.987
|
||||||
|
c-2.327,1.749-5.042,3.011-8,3.612C27.707,76.861,26.37,77,25,77z"/>
|
||||||
|
<rect x="52" y="66" width="35" height="4"/>
|
||||||
|
<rect x="52" y="77" width="35" height="4"/>
|
||||||
|
<path d="M91.329,28.672L72.657,10H67H30c-4.962,0-9,4.038-9,9v18.402C22.293,37.139,23.63,37,25,37
|
||||||
|
s2.707,0.139,4,0.402V19c0-0.542,0.458-1,1-1h37v26c0,4.962,4.037,9,9,9h26v48c0,0.542-0.458,1-1,1H42v8h59c4.963,0,9-4.037,9-9
|
||||||
|
V53v-5.657L91.329,28.672z M76,45c-0.542,0-1-0.458-1-1V23.657v0l10.671,10.672L96.343,45H76z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
|
@ -0,0 +1,7 @@
|
||||||
|
class Desktop::JournalPapersController < DesktopAdminController
|
||||||
|
def index
|
||||||
|
{
|
||||||
|
"test" => "test"
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
|
@ -7,6 +7,7 @@ module PersonalJournal
|
||||||
personal_plugin :enable => true, :sort_number => '5', :app_name=>"JournalPaper", :intro_app_name=>"JournalPaperlIntro",:path=>"/plugin/journal_paper/profile",:front_path=>"/profile",:admin_path=>"/admin/journal_papers/",:i18n=>'module_name.journal_paper', :module_app_name=>'JournalPaper'
|
personal_plugin :enable => true, :sort_number => '5', :app_name=>"JournalPaper", :intro_app_name=>"JournalPaperlIntro",:path=>"/plugin/journal_paper/profile",:front_path=>"/profile",:admin_path=>"/admin/journal_papers/",:i18n=>'module_name.journal_paper', :module_app_name=>'JournalPaper'
|
||||||
|
|
||||||
version "0.1"
|
version "0.1"
|
||||||
|
desktop_enabled true
|
||||||
organization "Rulingcom"
|
organization "Rulingcom"
|
||||||
author "RD dep"
|
author "RD dep"
|
||||||
intro "I am intro"
|
intro "I am intro"
|
||||||
|
|
Loading…
Reference in New Issue